почему вылетает ошибка
#include
#include
#include
int main()
{
setlocale(LC_ALL, "rus");
float a, x;
printf("Введите значение x = ");
scanf("%f", &x);
a = x*x;
printf("Значение функции = %f
", a);
system("pause");
}
#include
#include
#include
int main()
{
setlocale(LC_ALL, "rus");
float a, x;
printf("Введите значение x = ");
scanf("%f", &x);
a = x*x;
printf("Значение функции = %f
", a);
system("pause");
}