No.16 sqrt函数问题
摘要:        
#include "stdio.h"#include "math.h"#include "stdlib.h"void main(){float i,x,y;for (i=1;i<100000;i++){x=sqrt(i+100); y=sqrt(i+168); if(x*x==i+100&&y*y=    阅读全文
                posted @ 2016-12-04 17:43 cxr119911 阅读(188) 评论(0) 推荐(0)
                    
                
浙公网安备 33010602011771号