Run ID:157532
提交时间:2026-07-29 10:31:58
#include<iostream> using namespace std; int main() { cout<<10+20*8/2; return 0; }