#include<iostream> using namespace std; int main(){ long long a=123,b=456; cout<<"sum is"<<" "<<a+b; return 0; }