#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
int main(){
printf("Prijati␣studenti:\nJan␣Hrasko\n");
return 0;
}