标题:退出,无法显示结果。
取消只看楼主
dukechu
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2016-6-5
结帖率:0
已结贴  问题点数:20 回复次数:1 
退出,无法显示结果。
/*gentry_chu@*/
#include <stdio.h>
int max(int x,int y)
{
    return (x>y ? x:y);
}
void main()
{
    int num1,num2;
    printf("Input the first integer number:");
    scanf("%d",&num1);
    printf("Input the second integer number:");
    scanf("%d",&num2);
    printf("max = %d\n",max(num1,num2));
    getchar();
}

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
“C1.exe”: 已加载“E:\DUCK\C1\Debug\C1.exe”,已加载符号。
“C1.exe”: 已加载“C:\Windows\SysWOW64\ntdll.dll”,Cannot find or open the PDB file
“C1.exe”: 已加载“C:\Windows\SysWOW64\kernel32.dll”,Cannot find or open the PDB file
“C1.exe”: 已加载“C:\Windows\SysWOW64\KernelBase.dll”,Cannot find or open the PDB file
“C1.exe”: 已加载“C:\Windows\SysWOW64\msvcr100d.dll”,已加载符号。
线程 'Win32 线程' (0x5354) 已退出,返回值为 0 (0x0)。
线程 'Win32 线程' (0x506c) 已退出,返回值为 0 (0x0)。
程序“[6244] C1.exe: 本机”已退出,返回值为 0 (0x0)。
搜索更多相关主题的帖子: Windows include number return second 
2016-06-05 12:46
dukechu
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2016-6-5
得分:0 
2016-06-05 12:46



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




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

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