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