06 2019 档案

摘要:#include "stdio.h"#include "string.h"#include "windows.h"#include "stdlib.h"int fac(int n);void main(){ int a[5][3],b[5],c[3],i,j,s; system("color ED" 阅读全文
posted @ 2019-06-06 15:40 201821430008 阅读(127) 评论(0) 推荐(0)
摘要:#include "stdio.h"int max(int x,int y);void main(){ int a[4],i; for(i=0;i<4;i++) { scanf("%d",&a[i]); } i=0; printf("%d\n",max(max(a[i],a[i+1]),max(a[ 阅读全文
posted @ 2019-06-06 14:36 201821430008 阅读(129) 评论(0) 推荐(0)