Run ID:111147
提交时间:2025-03-01 00:25:51
#include<iostream> using namespace std; int main(){ cout<<(10+20)*8/2; return 0; }