#include <stdio.h>
int main() {
  for (i = 0 ; i<10 ; i++) {
    printf("This is my code\n");
  }
  return 0
}