Update cv1/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-01 19:35:49 +00:00
parent 6bc162f509
commit 040f82cf12

View File

@ -62,11 +62,11 @@ int main()
}
if(check(r, pizz))
{
count++;
printf("%s %.2f\n", r, price);
}
}
}count++;
printf("Nacitanyh %d poloziek", count);
return 0;