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