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