Run ID:138611

提交时间:2025-11-29 10:53:21

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