Run ID:103213
提交时间:2024-12-28 14:20:32
#include<iostream> using namespace std; int main() { int a,b,c; a=4; b=220; c=1000; cout<<c-b*a; return 0; }