" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
int main(void) {
int c;
scanf("%d", &c);
while(c--) printf("Janek\n");
return 0;
}