首页
编程
java
php
前端
首页
编程
java
php
前端
c语言简单问题 求解答!
第9行,k = (int)sprt(n); 这里sptr()函数写错了,应是:k = (int)sqrt(n); 开方是 sqrt();
点击展开全文