Run ID:93475
提交时间:2024-10-16 16:52:28
#include <bits/stdc++.h> using namespace std; int main(){ int a=123,b=456; cout<<"sum"<<" "<<"is"<<a+b<<endl; }