Run ID:91605

提交时间:2024-09-22 11:07:02

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