Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-13 22:53:51 +00:00
parent 79fc618c72
commit b388946660

View File

@ -39,7 +39,7 @@ int main()
answer = line[0]; answer = line[0];
break; break;
} }
else if else
{ {
sscanf(line, "%s [^?]", &question); sscanf(line, "%s [^?]", &question);
} }