提交时间:2023-02-19 15:13:41

运行 ID: 10186

#include<bits/stdc++.h> using namespace std; int main(){ cout<<123+321+123456; cout<<endl; return 0; }