Run ID:135095

提交时间:2025-11-02 15:33:44

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