#include<iostream> using namespace std; int main() { int a = 11; int b = 99; cout<<"sum is "<<a+b<<endl; return 0; }