这个问题出在哪里?
#include <math.h>#include <stdio.h>
main()
{ int x=4;
int y;
y=sqrt(x);
printf("%d",y);
}
我在linux上运行,结果总是出现:
/tmp/ccCOSUyx.o(.text+0x31): In function `main':
: undefined reference to `sqrt'
collect2: ld returned 1 exit status
到底问题在哪里啊?我无语死了!
请大虾们帮帮