#include #include #include int main() { float x,y,a = 0, b = 3.14; printf("Input x=\n"); scanf("%f",&x); if (xb){ printf("Error"); system("PAUSE"); return (0); } y = pow(sin(x),2) - pow(cos(x),2); printf("y= %f\n",y); //x здесь не нужен system("PAUSE"); return (1); }