随笔分类 -  随心随笔

算法分析与设计实验一
摘要:1.#include<stdio.h>#include<math.h>int main (){int a,b,c,d,e,count=0;for(a=1;a<=4;a++){ for(b=0;b<=4;b++){if(a==b)continue;for(c=0;c<=4;c++){if(c==3|| 阅读全文
posted @ 2017-11-17 21:20 ^Rourou 阅读(253) 评论(0) 推荐(0)