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