#include <stdio.h>
int main()
{
int age=15;
printf("我的年纪是d%/n",age);
return 0;
}
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/244.exe"
执行 link.exe 时出错.
我在Visualc++中输入这段程序连时总是会出现这个错误,求大神指点
李华东
jfhdibrbfjd
相关分类