Run ID:149302

提交时间:2026-03-09 17:01:57

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