退出,无法显示结果。
/*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)。