提交时间:2025-07-08 10:45:21
运行 ID: 329709
#include<bits/stdc++.h> using namespace std; int main(){ long long x=1234,y=4321; cout<<x*y; return 0; }