Run ID:90786

提交时间:2024-09-16 15:27:40

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