提交时间:2024-11-30 10:44:23
运行 ID: 835
#include <bits/stdc++.h> using namespace std; int main() { int n = 40 - 6; cout<<40 - 6 + 40<<" "<<(40 - n) / 2<<endl; return 0; }