Update 'a1/program.c'
This commit is contained in:
parent
f1177388ea
commit
2f49294e89
@ -112,7 +112,7 @@ int main(){
|
|||||||
riadok_pervyi[i] = '\0';
|
riadok_pervyi[i] = '\0';
|
||||||
int len = strlen(riadok_pervyi);
|
int len = strlen(riadok_pervyi);
|
||||||
int c = 0;
|
int c = 0;
|
||||||
for (int r = 0; j < len; r++){
|
for (int r = 0; r < len; r++){
|
||||||
if (riadok_pervyi[r] == '.'){
|
if (riadok_pervyi[r] == '.'){
|
||||||
c++;
|
c++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user