#include <iostream>

int main() {
  int i(); 
  std::cout << i << std::endl;
}