热门

最新

红包

立Flag

投票

同城

我的

发布
m0_66869807
小白zzzzzz
4 年前
truem0_66869807

球球各位大佬能不能讲一下这个是啥,刚开始自学编程还不太会

#include <math.h>
#include <stdio.h>
int main()
{
double x,s;
printf("input number:\n");
scanf("%lf",&x);
s=sin(x);
printf("sine of %lf is %lf\n",x,s);
return 0;
}

CSDN App 扫码分享
分享
1
点赞
打赏
  • 复制链接
  • 举报
下一条:
https://www.infocg.cn/twjc/155810.html
立即登录