#include using namespace std; using ll = long long; int main() { cin.tie(0); ios::sync_with_stdio(false); unsigned int a, b, x0, N; cin >> a >> b >> x0 >> N; cout << 0 << " " << 0 << "\n"; }