| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1057 人关注过本帖
标题:c语言代码检查
取消只看楼主 加入收藏
p69
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2022-9-22
结帖率:0
收藏
已结贴  问题点数:20 回复次数:2 
c语言代码检查
#include "stdio.h"
#define PI 3.14159 /*定义符号名PI为3.14159 * /
main()
{ double r,s;
r = 5.0;
s = PI * r*r;
printf("s=%f\n",s);
}


帮我看看出错了
搜索更多相关主题的帖子: double 出错 检查 c语言 代码 
2022-09-22 15:50
p69
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2022-9-22
收藏
得分:0 
回复 2楼 纯蓝之刃
还是不行啊
2022-09-22 16:23
p69
Rank: 1
等 级:新手上路
帖 子:13
专家分:0
注 册:2022-9-22
收藏
得分:0 
回复 4楼 rjsp
test.exe”: 已加载“C:\Users\徐正声\Documents\Visual Studio 2010\Projects\test\Debug\test.exe”,已加载符号。
“test.exe”: 已加载“C:\Windows\SysWOW64\ntdll.dll”,Cannot find or open the PDB file
“test.exe”: 已加载“C:\Windows\SysWOW64\kernel32.dll”,Cannot find or open the PDB file
“test.exe”: 已加载“C:\Windows\SysWOW64\KernelBase.dll”,Cannot find or open the PDB file
“test.exe”: 已加载“C:\Windows\SysWOW64\msvcr100d.dll”,已加载符号。
线程 'Win32 线程' (0x4300) 已退出,返回值为 0 (0x0)。
线程 'Win32 线程' (0x5e18) 已退出,返回值为 0 (0x0)。
程序“[24776] test.exe: 本机”已退出,返回值为 0 (0x0)。
2022-09-22 17:06
快速回复:c语言代码检查
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.019009 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved