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