| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2069 人关注过本帖
标题:退出,无法显示结果。
取消只看楼主 加入收藏
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
快速回复:退出,无法显示结果。
数据加载中...
 
   



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

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