Run ID:111047

提交时间:2025-02-25 19:32:15

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