Run ID:97591
提交时间:2024-11-16 11:27:47
#include<bits/stdc++.h> using namespace std; int main(){ int s; s=(10+20)*8/2 cout<<s; return 0; }