提交时间:2024-11-30 10:43:26

运行 ID: 830

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