提交时间:2026-05-03 19:18:38
运行 ID: 439005
#include<bits/stdc++.h> using namespace std; int main(){ cout<<1234*4321; return 0; }