using namespace std;

int main() {
  int x = 1 + 5;
  cout << x;
  return 0;
}