Run ID:4567

提交时间:2024-08-21 20:40:57

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