Run ID:90986

提交时间:2024-09-20 19:09:54

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