a
This commit is contained in:
parent
ee2fcadb98
commit
e923017ac8
@ -56,7 +56,7 @@ int main() {
|
||||
int nacitane = 0;
|
||||
|
||||
|
||||
while (fgets(vstup, sizeof(vstup), stdin) != NULL)
|
||||
while (fgets(vstup, sizeof(vstup), stdin) != NULL){
|
||||
vstup[strcspn(vstup, "\n")] = 0;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user