Туплюhttp://softtime.ru/cppТуплюhttp://softtime.ru/cpp/read.php?id_forum=1&id_theme=1300#post7158Решил таки. Действительно затупил. Для вычисления корня передавал отрицательное значение. Теперь рабочий вариант выглядит так: #include"stdio.h" #include"math.h" main() { float...ТуплюTue, 9 Nov 2010 17:19:19 +0300Miha_drinking_boutТуплюhttp://softtime.ru/cpp/read.php?id_forum=1&id_theme=1300#post7143задание в прилагаемом файле. Пытаюсь решить так: #include"stdio.h" #include"math.h" main() { float x,y,z,r; printf("vvedite x,y\n"); scanf("%f%f",&x,&y); r=(x*x)+(y*y); r=sqrt(r); if (y"0||r"1||r"(-1)||r"0.027)//проверка...ТуплюSat, 2 Oct 2010 13:47:45 +0300Miha_drinking_bout