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];
break;
}
else if
else
{
sscanf(line, "%s [^?]", &question);
}