druha verzia

This commit is contained in:
Oleksandr Hryshchenko 2021-02-23 17:05:12 +01:00
parent d868a9dc31
commit 4fdeeb1312

View File

@ -7,7 +7,7 @@ int main (){
int counter = 0;
c = getchar();
musor = getchar();
while(fgets(input[i], 100, stdin) != EOF){
while(fgets(input[c], 100, stdin) != EOF){
if (c >= 'a' && c <= 'z'){
putchar (c - 'a' + 'A');
printf ("\n");