Run ID:130106
提交时间:2025-09-07 16:35:56
#include<iostream> // cin\cout\endl using namespace std; int main(){ cout<<(10+20)*8/2; return 0; }