This commit is contained in:
Radovan Kofira 2020-10-13 18:30:22 +02:00
parent 3d81a3cb37
commit 20ac83e679
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ int main(){
}
for(int i=0;i<counter;i++){
printf("%s\n",jedalny_listok[i].name);
printf("%.2f\n",jedalny_listok[i].prize);
printf("%.6f\n",jedalny_listok[i].prize);
//printf("daco\n");
}

Binary file not shown.