From 3f5b505d4488c929da54198436fd4e56c3de684c Mon Sep 17 00:00:00 2001 From: Matej Hajduk Date: Wed, 24 Sep 2025 14:48:15 +0200 Subject: [PATCH] aa --- du1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du1/program.c b/du1/program.c index e71e5ca..8f5cbf0 100644 --- a/du1/program.c +++ b/du1/program.c @@ -56,7 +56,7 @@ int main() { printf("%s\n", j); double cis; cis = atof(price); - printf("%.2f\n", cis); + printf("%.2f\n", cis + price); } }