Изменить 'a1/program.c'
This commit is contained in:
parent
eaf702872d
commit
d6acd565af
@ -22,7 +22,7 @@ int main()
|
|||||||
// if(result>=10000&&result<1000000000000){
|
// if(result>=10000&&result<1000000000000){
|
||||||
// result=((int)(result*100-0.5)/100);
|
// result=((int)(result*100-0.5)/100);
|
||||||
// }
|
// }
|
||||||
printf("%.2Lf",result);
|
printf("Vysledok je :%.2Lf",result);
|
||||||
free(array);
|
free(array);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user