Run ID:132611

提交时间:2025-10-11 18:34:11

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