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