#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++中输入这段程序连时总是会出现这个错误,求大神指点
- 3 回答
- 0 关注
- 1260 浏览
添加回答
举报
0/150
提交
取消