funguje
This commit is contained in:
parent
a0d7b868d9
commit
f95a3548f7
@ -25,7 +25,7 @@ int main(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
for(int i = 0; text[i] != '\n'; i++){
|
for(int i = 0; text[i] != '\n'; i++){
|
||||||
printf("%c\n", change(text[i]));
|
printf("%c", change(text[i]));
|
||||||
}
|
}
|
||||||
|
|
||||||
for(int i = 0; i < num; i++){
|
for(int i = 0; i < num; i++){
|
||||||
|
Loading…
Reference in New Issue
Block a user