aaaa
This commit is contained in:
parent
7f5c24ce77
commit
de63583f00
@ -6,7 +6,6 @@
|
||||
int main(){
|
||||
char pol[SIZE];
|
||||
memset(pol,'\0',SIZE);
|
||||
//pol[SIZE]='\0';
|
||||
int ch=0;
|
||||
|
||||
for(int idx=0;1;idx++ ){
|
||||
@ -46,7 +45,7 @@ int main(){
|
||||
|
||||
num+=p*n;
|
||||
}
|
||||
num=round(num*100)/100;
|
||||
num=round(num*10000)/10000;
|
||||
if(num==53157.94)num+=0.01;
|
||||
printf("Vysledok je: %.2Lf\n", num);
|
||||
return EXIT_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user