模拟考试题(编程)

1 #include 2 int panduan(int x){ 3 int i,j; 4 if(x==2){ 5 i=1; 6 }else if(x==1){ 7 i=0; 8 }else{ 9 i=1; 10 for(j=2;j<x;j++){ 11 i...
posted @ 2019-05-27 15:42  哆啦**  阅读(227)  评论(0编辑  收藏  举报