parent
18dc6563e1
commit
4886715616
@ -32,7 +32,7 @@ int main()
|
||||
{
|
||||
putchar(tolower(vstup));
|
||||
}
|
||||
else if (vstup >= 32 && vstup <= 127)
|
||||
else
|
||||
{
|
||||
putchar(vstup);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user