#include int main() { int a; std::cin >> a; std::cout << "0 " << a << std::endl; }