#include <iostream>

int main()
{
   if (true) int x = 42;
   std::cout << x << '\n';
}