Run ID:132793

提交时间:2025-10-12 12:09:01

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