2015年12月30日
摘要:
#include "stdio.h"#include "stdlib.h"#include "math.h"int cmp(const void *a,const void *b){return(*(int *)a-*(int *)b); }int main(){int i,j,n,T,x[1000... 阅读全文
posted @ 2015-12-30 23:03
庸人自扰扰
阅读(102)
推荐(0)
摘要:
#include "stdio.h"#include "string.h"int main(){char ku[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};char s[110];int i,n,r1,r2,.. 阅读全文
posted @ 2015-12-30 23:02
庸人自扰扰
阅读(112)
推荐(0)
摘要:
#include "stdio.h"void sort(int number[],int n,int m);int main(){int n,m,i,number[100];scanf("%d%d",&n,&m);while(n!=0 || m!=0){for(i=0;icount;i--)numb... 阅读全文
posted @ 2015-12-30 23:01
庸人自扰扰
阅读(194)
推荐(0)
摘要:
#include "stdio.h"void calculate(int number,int &a,int &b,int &c,int &d,int &e,int &f);int main(){int n,number[100],i;int a,b,c,d,e,f,sum=0;scanf("%d"... 阅读全文
posted @ 2015-12-30 23:00
庸人自扰扰
阅读(253)
推荐(0)
摘要:
#include "stdio.h"#include "string.h"void sort(char ch[],int count[],int n,int flag);int main(){char a[110],*k;int count[110],i,n,j,flag,sum=0;while(~... 阅读全文
posted @ 2015-12-30 22:59
庸人自扰扰
阅读(221)
推荐(0)
摘要:
#include "cstdio"#include "cstring"int compare(char s[]);int main(){int i,n,j;char s[110];while(~scanf("%d",&n)){getchar();for(i=0;i<n;i++){gets(s);if... 阅读全文
posted @ 2015-12-30 22:59
庸人自扰扰
阅读(328)
推荐(0)
摘要:
#include "stdio.h"int main(){int a[55][6];double pingjun[55],mk[6];int n,m,i,j,sum=0,count=0,flag=0;while(~scanf("%d%d",&n,&m)){for(i=0;i=mk[j])count+... 阅读全文
posted @ 2015-12-30 22:57
庸人自扰扰
阅读(265)
推荐(0)
摘要:
#include "stdio.h"#include "stdlib.h"int main(){char a[]={'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F'};int s,b,n[100],i,flag;while.. 阅读全文
posted @ 2015-12-30 22:56
庸人自扰扰
阅读(113)
推荐(0)
|
|