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