Initialization
This commit is contained in:
parent
fbd20929dd
commit
b721c84406
@ -46,6 +46,7 @@ int main() {
|
|||||||
if (sscanf(line, "%d %[^\n]", &votes, name) != 2) {
|
if (sscanf(line, "%d %[^\n]", &votes, name) != 2) {
|
||||||
// error, input was not in expected format
|
// error, input was not in expected format
|
||||||
// print error message and exit
|
// print error message and exit
|
||||||
|
printf("Nepodarilo nacitat nic\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user