提交时间:2025-08-28 19:35:21
运行 ID: 345020
#include <bits/stdc++.h> using namespace std; int n,ans; int main(){ ans=1234*4321; cout<<ans; return 0; }