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