From 4ab69d298a04814abf97c8ac7f448645a56d6d94 Mon Sep 17 00:00:00 2001 From: Smi7Ilia Date: Thu, 27 Nov 2025 15:47:27 +0100 Subject: [PATCH] - --- i.Smirnov_25.11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i.Smirnov_25.11.cpp b/i.Smirnov_25.11.cpp index 8cae749..c10e3a0 100644 --- a/i.Smirnov_25.11.cpp +++ b/i.Smirnov_25.11.cpp @@ -1,6 +1,6 @@ #include -float D(o, a) +float D(float o, float a) { float d=o/a; return d;