#include<stdio.h>#include<math.h>void main(){int a=25,s;s=sqrt(a);printf("s=%f",sqrt(25));}LINK : fatal error LNK1168: cannot open Debug/1.exe for writing执行 link.exe 时出错.为什么会有一个错误?
- 3 回答
- 0 关注
- 553 浏览
添加回答
举报
0/150
提交
取消