Run ID:87977
提交时间:2024-08-16 15:16:50
#include<iostream> using namespace std; int main(){ int a,b,c; a=1000; b=220; c=4; cout<<a-b*c; return 0; }