标题: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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-458586-1-1.html




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

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