摘要: 最近在网上看到一段代码,感觉很有收获,他简化了函数声明的过程,并且使程序实现部分可循环,不用每次都退出重新进 #include<stdio.h> int main() { int ctu=0; do { double Legendre(int,float); int n;float x; print 阅读全文
posted @ 2018-11-21 08:43 December钟 阅读(1978) 评论(0) 推荐(0)