#include using namespace std; using lint = long long; const lint inf = 1LL << 60; const lint mod = 1000000007; int main() { cin.tie(nullptr); ios::sync_with_stdio(false); lint a, b, x, n; cin >> a >> b >> x >> n; cout << 0 << " " << 0 << "\n"; return 0; }