#include using namespace std; int main(void) { cin.tie(0); ios::sync_with_stdio(false); long long int a, b, x, n; cin >> a >> b >> x >> n; cout << 0 << ' ' << 0 << '\n'; return 0; }