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