Help me in solving GSCC10 problem

My issue

i didnt get the test case in my view i wrote proper code

My code

// Update the blanks below to solve the problem
#include <stdio.h>

int main() {
  int t;
  int A,B,C,D,E;
  int i = 1;
  scanf("%d", &t );
  while ( i <= t) {
  scanf("%d %d", &A, &B );
  scanf("%d %d %d", &C, &D, &E );
  printf("%d %d \n%d %d %d", A,B,C,D,E );
  i = i+1;
  }
  return 0;
}

Learning course: Solve Programming problems using C
Problem Link: CodeChef: Practical coding for everyone

@bhati09varun
In printf don’t print \n