Код: Выделить всё
#include "pch.h"
#include
#include
int main()
{
int n;
float I_0 = log(11 / 10);
float I_n;
for (n=1; n
Подробнее здесь: [url]https://stackoverflow.com/questions/55882543/how-to-use-result-of-for-loop-in-further-iterations-of-for-loop[/url]