Run ID:133050
提交时间:2025-10-13 18:44:12
#include<iostream> using namespace std; int main(){ cout<<10+20*8/2<<endl; return 0; }