提交时间:2024-11-30 10:47:37
运行 ID: 843
#include <bits/stdc++.h> using namespace std; int main() { int a=40,b=40-6; cout<<a+b<<" "<<6/2; return 0; }