提交时间:2023-01-12 15:46:08

运行 ID: 4592

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