#include using namespace std; int main() { int64_t a, b, x, n; cin >> a >> b >> x >> n; cout << "0 0" << '\n'; return 0; }