#include using namespace std; typedef int64_t var; int main() { double a, b; printf("0 0\n"); fflush(stdout); while(scanf("%d%d", &a, &b) == 2) { printf("%d%d\n", -a, -b); fflush(stdout); } return 0; }