Run ID:4611

提交时间:2024-08-24 14:52:14

#include<bits/stdc++.h> using namespace std; int main(){ int a=123,b=456; cout<<"sum is"<<a+b<<endl; }