Run ID:126295
提交时间:2025-07-17 16:18:29
#include<bits/stdc++.h> using namespace std; int main() { int a=0; cout<<(a+10-30)*20/5; return 0; }