#include <stdio.h>

int main() {
  printf("First line");
  printf("Second line");

  return 0;
}
