Run ID:123148
提交时间:2025-06-28 11:38:31
#include <iostream> using namespace std; int main() { int a=220; int b=1000; cout<<b-a*4; return 0; }