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

运行 ID: 40110

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