搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 为什么会编译出错呢?
标题:
为什么会编译出错呢?
取消只看楼主
loving910
等 级:
新手上路
帖 子:2
专家分:0
注 册:2010-4-17
楼主
问题点数:0 回复次数:1
为什么会编译出错呢?
#include "stdio.h"
#include "math.h"
{
main()
double x,s;
printf("input number:\n");
scanf("%lf",'C10F10&x);
s=sin(x);
printf("sine of %lf is %lf\n",'C10F10x,s);
}
为什么会编译出错呢?
搜索更多相关主题的帖子:
double
include
number
2011-02-27 18:29
loving910
等 级:
新手上路
帖 子:2
专家分:0
注 册:2010-4-17
第
2
楼
得分:0
#include "stdio.h"
#include "math.h"
main()
{
double x,s;
printf("input number:\n");
scanf("%lf",'C10F10&x);
s=sin(x);
printf("sine of %lf is %lf\n",'C10F10x,s);
}
这样怎么还是编译出错呢?
C10F10是什么意思啊?
2011-02-28 21:04
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-332885-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 1.458625 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved