Run ID:153710
提交时间:2026-05-23 18:00:50
#include<bits/stdc++.h> using namespace std; int main() { //sum is int a=123 int b=456 cont <<a+b; return 0; }