Run ID:132784
提交时间:2025-10-12 12:05:38
#include<iostream> using namespace std; int main() { cout<<(10+20)*8; return 0; }