| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1264 人关注过本帖
标题:Debug Error program :f:\c program\Debug\习题85.exe runtime error ( ...
取消只看楼主 加入收藏
朔源
Rank: 1
等 级:新手上路
帖 子:105
专家分:4
注 册:2015-9-22
结帖率:90%
收藏
已结贴  问题点数:20 回复次数:2 
Debug Error program :f:\c program\Debug\习题85.exe runtime error (Press Retry
#define NL putchar('\n')
#define PR(format,value) printf("value = %format\t",(value))
#define PRINT1(f,x1) PR(f,x1);NL
#define PRINT2(f,x1,x2) PR(f,x1);PRINT1(f,x2)
#include<stdio.h>
#include<conio.h>
int main(void)
{
    int x,x1,x2;
    printf("please input x x1 x2 :");
    scanf("%d %f %f",&x,&x1,&x2);
    PR(d,x);
    PRINT1(d,x1);
    PRINT2(d,x1,x2);
    getch();
    return 0;
}
Debug Error
program :f:\c program\Debug\习题85.exe
runtime error
(Press Retry to debug the application)
是什么意思,求解惑???度娘上看不懂。。。
搜索更多相关主题的帖子: include please return 
2015-10-26 21:02
朔源
Rank: 1
等 级:新手上路
帖 子:105
专家分:4
注 册:2015-9-22
收藏
得分:0 
运行时输入数字时出现这样的提示,就运行不下去了
2015-10-26 21:03
朔源
Rank: 1
等 级:新手上路
帖 子:105
专家分:4
注 册:2015-9-22
收藏
得分:0 
谢谢各位。新手总会出现很多可笑的错误。。。各位请见谅。。。。
2015-10-27 08:48
快速回复:Debug Error program :f:\c program\Debug\习题85.exe runtime erro ...
数据加载中...
 
   



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

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