Run ID:133642

提交时间:2025-10-20 16:22:23

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