Run ID:141766
提交时间:2025-12-28 14:57:19
#include<iostream> using namespace std; int mai(){ int a=1000,b=220; cout<<a-4*b<<endl; return 0; }