From 0e8f02eb8f8d68a41de5b24ae8e0d811e6176a0f Mon Sep 17 00:00:00 2001 From: Smi7Ilia Date: Tue, 25 Nov 2025 00:25:17 +0100 Subject: [PATCH] , --- i.Smirnov_25.11.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i.Smirnov_25.11.cpp diff --git a/i.Smirnov_25.11.cpp b/i.Smirnov_25.11.cpp new file mode 100644 index 0000000..8cae749 --- /dev/null +++ b/i.Smirnov_25.11.cpp @@ -0,0 +1,16 @@ +#include + +float D(o, a) +{ + float d=o/a; + return d; +} + +int main() +{ + float vl, x, drv; + drv=D(vl, x); + drv=D(drv, x); + + return 0; +} \ No newline at end of file