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

运行 ID: 1252

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