Run ID:131555

提交时间:2025-09-27 16:44:34

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