2018年10月11日
摘要: 1. #include #include int main () { int i=0; int j=0; int k=0; int l=0; char arr1[] = " * "; char arr2[] = "*************" ; int right = 14; int left = 1; ... 阅读全文
posted @ 2018-10-11 21:36 singleday 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1. #include #include #include void menu() { printf("**************************\n"); printf("****** 1.begin *******\n"); printf("****** 0.exit *******\n"); ... 阅读全文
posted @ 2018-10-11 21:32 singleday 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 1.(1) #include #include int fib(int n) { if(n #include int fib(int n ) { int i=0; int a=1; int b=1; int c=0; if(n #include int nk(int n,int k ) { if(k==1) return n; el... 阅读全文
posted @ 2018-10-11 21:31 singleday 阅读(61) 评论(0) 推荐(0) 编辑