#include using namespace std; int main () { int m = 3; int n = 22; cout << m+n << endl; return 0; }