,
This commit is contained in:
parent
00f74d667a
commit
0e8f02eb8f
1 changed files with 16 additions and 0 deletions
16
i.Smirnov_25.11.cpp
Normal file
16
i.Smirnov_25.11.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue