06 2014 档案

摘要:Problem J: TravelingTime Limit:1 SecMemory Limit:32 MBDescriptionSH likes traveling around the world. When he arrives at a city, he will ask the staff... 阅读全文
posted @ 2014-06-30 11:31 一只快乐的程序猿[Hui] 阅读(223) 评论(0) 推荐(0)
摘要:Problem B: Repeat NumberTime Limit:1 SecMemory Limit:32 MBDescriptionDefinition: a+b = c, if all the digits of c are same ( c is more than ten),then w... 阅读全文
posted @ 2014-06-30 11:22 一只快乐的程序猿[Hui] 阅读(676) 评论(0) 推荐(0)
摘要:Problem A: GuessTime Limit:1 SecMemory Limit:32 MBDescriptionIn the television program "Shopping Street" of CCTV-2, two people, A and B are guessing t... 阅读全文
posted @ 2014-06-30 09:40 一只快乐的程序猿[Hui] 阅读(289) 评论(0) 推荐(0)
摘要:Eclipse 一键导包快捷键ctrl+shift+o 阅读全文
posted @ 2014-06-30 09:38 一只快乐的程序猿[Hui] 阅读(95) 评论(0) 推荐(0)
摘要:#includeint c[10][100];int w[10],p[10],x[10];int RUN(int m,int n){ int i,j; for(i=1;ic[i-1][j]) c[i][j]=p[i]+c[i-1][j-w[i]]; ... 阅读全文
posted @ 2014-06-26 11:41 一只快乐的程序猿[Hui] 阅读(194) 评论(0) 推荐(0)
摘要:#includestruct A{ double w; double v; double xingjiabi;}a[100],p;void QuickSort(A a[],int numsize){ int i=0,j=numsize-1; A p=a[0]; i... 阅读全文
posted @ 2014-06-26 11:17 一只快乐的程序猿[Hui] 阅读(224) 评论(0) 推荐(0)
摘要:1 //学生成绩管理系统 V1.0 2 //student.cpp 3 //Made By SUT_Hui 4 //2012-3-12 5 //wangchunhui@wangchunhui.cn 6 7 #include 8 #include 9 #include ... 阅读全文
posted @ 2014-06-04 10:05 一只快乐的程序猿[Hui] 阅读(998) 评论(0) 推荐(0)
摘要:/** * @copyright 2012 Chunhui Wang * * wangchunhui@wangchunhui.cn * * 学生学籍管理系统(12.06) */ #include #include #include #include #include #include #incl... 阅读全文
posted @ 2014-06-04 10:00 一只快乐的程序猿[Hui] 阅读(2553) 评论(0) 推荐(0)
摘要:/** * @copyright 2011 Chunhui Wang * * wangchunhui@wangchunhui.cn*/#includeint main(){ printf("\t\t\t万年历\n"); printf("\t\t\t\t------Made by Chunhui ... 阅读全文
posted @ 2014-06-04 09:54 一只快乐的程序猿[Hui] 阅读(738) 评论(0) 推荐(0)