提交时间:2022-11-21 19:19:31

运行 ID: 1257

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