Run ID:3033

提交时间:2024-03-16 21:43:19

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