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