Aktualizovat „a1/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-03-15 17:37:50 +00:00
parent 102dcc7bc9
commit a3224fc972

View File

@ -6,7 +6,7 @@ int main()
double x=0;
long double value =0;
int count =0;
double arr[50];
long double arr[50];
scanf("%lf",&x);
while(scanf("%Lf",&value)!=EOF){
if(isalpha(value)!=0){