Home > Back-end >  Please turn of the new
Please turn of the new

Time:06-09

This code is written in codeblocks

# include
# include
Int main () {
Int N;
Printf (" N=");
The scanf (" % d ", & amp; N);
Printf (" % f \ n ", SPRT (n));
return 0;
}

But according to the following error, could you tell me what should I do ah
Undefined reference to "SPRT
"Error: 1 d returned 1 exut status

CodePudding user response:

SQRT

CodePudding user response:

Undefined reference to "SPRT
"Can't find the name of SPRT

CodePudding user response:


I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10581430.html
I hope it can help you: https://blog.csdn.net/it_xiangqiang/category_10768339.html
  • Related