Run ID:87507

提交时间:2024-08-10 15:22:21

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