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