Run ID:87519
提交时间:2024-08-10 15:31:28
#include<iostream> using namespace std; int main() { int a=1000,b=4,c=220; cout<<a-b*c; return 0; }