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