这个简单的程序运行错误请高手指点
#include<stdio.h>#include<string.h>
main()
{
char a[10];
gets(a);
puts(a);
}
Linking...

LINK : fatal error LNK1104: cannot open file "Debug/f.exe"
执行 link.exe 时出错.
f.exe - 1 error(s), 0 warning(s)

2011-03-19 13:32
2011-03-19 13:51
2011-03-19 14:05
2011-03-19 14:53
2011-03-19 22:17