Run ID:113994
提交时间:2025-03-18 13:46:07
#include <iostream> using namespace std; int main() { cout<<(10+20)*8/2<<endl; return 0; }