鱼C论坛

 找回密码
 立即注册
查看: 4201|回复: 5

初学者不知是我哪里打的不对还是软件问题

[复制链接]
发表于 2014-7-7 17:38:48 | 显示全部楼层
  1. #include<math.h>
  2. #include<stdio.h>

  3. int main()
  4. {
  5.   double x,s;
  6.   printf("input number:\n");
  7.   scanf("%lf",&x);
  8.   s = sin(x);
  9.   printf("sine of %lf is %lf\n",x,s);
  10.   return 0;
  11. }
复制代码
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2026-4-2 01:30

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表