提交时间:2023-08-15 20:00:05
运行 ID: 24664
#include<iostream> using namespace std; int main(){ cout<<123*543<<endl; return 0; }