Run ID:117436

提交时间:2025-04-19 10:55:35

#include<bits/stdc++.h> using namespace std; int main(){ cout<<(10+20)*8; return 0; }