Run ID:97027

提交时间:2024-11-10 11:29:52

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