@ -36,6 +36,10 @@ int main() {
}
while((fgets(druhy_vstup,100,stdin))){
if (*druhy_vstup =='\n'){
printf("Koniec nacitania.\n");
goto koniec;
strtok(druhy_vstup,"\n");
if (!isdigit(*druhy_vstup)){
The note is not visible to the blocked user.