> 其他 >
2.用C++ 编写程序 计算分段函数 Y={sinx+ √( x^2+1)/x ,x≠0;cosx-x^3+3x ,x=0
人气:183 ℃ 时间:2020-02-05 12:08:32
解答
#include <IOSTREAM.H>#include <math.h>void main(){    double x,y;    cout<<"input x:";    cin>>x;  ...

没问题啊,我VC6测试的,社么错误信息?

推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版