提交时间:2022-11-21 19:13:51

运行 ID: 1253

#include<iostream> using namespace std; int main(){ cout<<123+321+123456<<endl; return 0; }