摘要:
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
阅读(252)
评论(0)
推荐(0)
浙公网安备 33010602011771号