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