cv
This commit is contained in:
parent
f8fd50cfc3
commit
26e798675a
@ -17,7 +17,7 @@ int main() {
|
|||||||
int lineNumber = 1;
|
int lineNumber = 1;
|
||||||
|
|
||||||
if (fgets(line, MAX_LINE_LENGTH, stdin) == NULL || !IsValidNumber(line)) {
|
if (fgets(line, MAX_LINE_LENGTH, stdin) == NULL || !IsValidNumber(line)) {
|
||||||
|
printf("Nepodarilo sa nacitat zaklad x\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user