test
This commit is contained in:
parent
a495dc3d88
commit
95af0b465e
@ -99,7 +99,7 @@ int main() {
|
||||
else if (sscanf(vstup, "%c", &operacia) == 1) {
|
||||
if (!je_platna_operacia(operacia)) {
|
||||
printf("bad input\n");
|
||||
continue;
|
||||
return 0;
|
||||
}
|
||||
switch (operacia) {
|
||||
case '+':
|
||||
|
Loading…
Reference in New Issue
Block a user