s
This commit is contained in:
parent
94492f9dd0
commit
92a679b1b5
BIN
a1/program
Executable file
BIN
a1/program
Executable file
Binary file not shown.
@ -13,7 +13,7 @@ int main() {
|
||||
} else if (c == '\n') {
|
||||
putchar(c);
|
||||
lines++;
|
||||
} else if (isprint(c)) {
|
||||
} else if (c == '\t' || isprint(c)) {
|
||||
putchar(c);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user