#include inline long nextInt(void) { long temp; std::cin >> temp; return temp; } int main() { int a; std::cin >> a; std::cout << 0 << std::endl; return 0; }