#include<iostream.h>#include<math.h>void main(){int x;double f;cout<<"x ra vared konid";cin>>x;f=(1-sin(x))/(1-(x*X));cout<<"hasel f="<<f;}