Aktualizovat du5/program.c
This commit is contained in:
parent
9e1eb53d6a
commit
17fa99cf7f
@ -40,8 +40,15 @@ int main()
|
||||
}
|
||||
else if (line[1] == '\n')
|
||||
{
|
||||
answer = line[0];
|
||||
break;
|
||||
if (answer == '0')
|
||||
{
|
||||
answer = line[0];
|
||||
}
|
||||
else
|
||||
{
|
||||
answer2 = line[0];
|
||||
}
|
||||
|
||||
}
|
||||
else if (!isFirstQuestionRead)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user