Aktualizovat a1/program.c
This commit is contained in:
parent
17e21a122c
commit
70f3bc4f57
@ -26,7 +26,7 @@ int main()
|
||||
{
|
||||
putchar(tolower(vstup));
|
||||
}
|
||||
else if (vstup >= 32 && vstup <= 128)
|
||||
else if (vstup >= 32 && vstup <= 126)
|
||||
{
|
||||
putchar(vstup);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user