This commit is contained in:
Michal Utľák 2024-03-13 11:36:27 +01:00
parent 281105b996
commit bea940fdec

View File

@ -30,8 +30,7 @@ int main() {
int value = strtol(line, NULL, 10); int value = strtol(line, NULL, 10);
if (value == 0) { if (value == 0) {
printf("Zly format vstupu\n"); continue;
return 0;
} }
char name[SIZE]; char name[SIZE];