Run ID:90989

提交时间:2024-09-20 19:12:10

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