#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 關注
- 655 瀏覽
添加回答
舉報
0/150
提交
取消