pri prazdnom vstupe chybova hlaska

This commit is contained in:
Aleš Novysedlák 2025-03-20 22:35:48 +01:00
parent d136e31b20
commit 3b9b57c23b

View File

@ -43,7 +43,8 @@ int main() {
} }
if (count == 0) { if (count == 0) {
return 1; printf("Nepodarilo nacitat nic\n");
return 0;
} }
int sorted_voting[99]; int sorted_voting[99];
char names_after_sorting[99][50]; char names_after_sorting[99][50];