Run ID:153496

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

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