Run ID:131982

提交时间:2025-10-02 20:59:54

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