我定义的长整形,运行后出错,
程序代码:#include"stdio.h"
#define mm 1000000
int main()
{
int t,f,n;
//long int a[mm],i;
scanf("%d",&t);
printf("%d\n",t);
}就是我开始运行后
就说程序出错
但不知道哪里有错
去掉定义的第5行,就可以编译
就解释
为什么?
程序代码:#include"stdio.h"
#define mm 1000000
int main()
{
int t,f,n;
//long int a[mm],i;
scanf("%d",&t);
printf("%d\n",t);
}
2013-04-07 19:12
2013-04-07 19:30

2013-04-07 21:07
2013-04-07 21:20
2013-04-07 21:27
2013-04-07 21:48
2013-04-08 08:15
2013-04-08 12:17
2013-04-08 19:14
2013-04-08 19:19