提交时间:2024-11-30 10:41:31

运行 ID: 822

#include <bits/stdc++.h> using namespace std; int main() { int temp = 40 - 6; cout<<40 - 6 + 40<<" "<<40 - temp / 2; return 0; }