解方程的问题
#include <iostream.h>#include <math.h>
float R,t1,t2;
main()
{
24.257=R(cost1+t1π/180sint1);
0.8050=R(sint1+t1π/180cost1);
27.514=R(cost2+t2π/180sint2);
-4.802=R(sint2+t2π/180cost2);
98°=t2-t1;
cout<<R<<t2<<t1<<endl;
};
想写这个解方程,这能出结果不?怎么弄?