Изменил(а) на 'du1/program.c'
This commit is contained in:
parent
438eab4a29
commit
44fc78834d
@ -7,9 +7,7 @@ int c = 0;
|
||||
int riadok = 0;
|
||||
int pop = 0;
|
||||
while(c != EOF){
|
||||
c = getchar();
|
||||
count = 0;
|
||||
//printf("%d\n", c);
|
||||
c = getchar();
|
||||
if((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')){
|
||||
if (c >= 'a' && c <= 'z' && count == 0){
|
||||
c = c - 32;
|
||||
|
Loading…
Reference in New Issue
Block a user