Run ID:133141
提交时间:2025-10-15 17:54:35
#include<iostream> using namespace std; int main() { int a,b,c; a=4; b=220; c=1000; cout<<c-a*b; return 0; }