Run ID:139289
提交时间:2025-12-06 12:07:42
#include<iostream> using namespace std; int main() { cout<<(10+20)*8/2; return 0; }