Run ID:117438

提交时间:2025-04-19 10:56:08

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