Run ID:125955
提交时间:2025-07-15 16:54:47
#include<bits/stdc++.h> using namespace std; int main() { int ti; ti=(10+20)*8/2; cout<<ti; return 0; }