#include <bits/stdc++.h>using namespace std;int main() {int k;cin >> k;cout << 0 << " " << k << "\n";return 0;}