/*
TASK: FESTB
LANG: C
*/
#include <stdio.h>
int main()
{
  printf("-4 1\n3 4\n");
  return 0;
}