提交时间:2023-09-30 11:32:14

运行 ID: 27302

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