#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 时出错.
为什么会有一个错误?
梵蒂冈之花
函数式编程
阿波罗的战车
肥皂起泡泡
随时随地看视频慕课网APP