Run ID:157533

提交时间:2026-07-29 10:33:12

#include<iostream> using namespace std; int main() { cout<<10+20*8/2; return 0; }