Run ID:125947

提交时间:2025-07-15 16:52:04

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