Run ID:153495

提交时间:2026-05-17 18:45:20

#include<iostream> using namespace std; int main(){ int a,b,c; a=1000; b=4; c=220 cout<<a-b*c; return 0; }