Initialization
This commit is contained in:
parent
8a4fdaf01b
commit
d36ee683ff
@ -15,7 +15,7 @@ int main() {
|
|||||||
while (count < SIZE && scanf("%c", &input) == 1) {
|
while (count < SIZE && scanf("%c", &input) == 1) {
|
||||||
ivrt = atof(input);
|
ivrt = atof(input);
|
||||||
if (ivrt == 0.00){
|
if (ivrt == 0.00){
|
||||||
printf("String \n";
|
printf("String \n");
|
||||||
}
|
}
|
||||||
coefs[count] = input;
|
coefs[count] = input;
|
||||||
count++;
|
count++;
|
||||||
|
Loading…
Reference in New Issue
Block a user