提交时间:2024-02-07 16:49:30

运行 ID: 40111

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