1036. Boys vs Girls (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time you are asked to tell the difference between the lowest gr...
分类:
其他好文 时间:
2015-02-03 14:57:25
阅读次数:
142
1006. Sign In and Sign Out (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the first person who signs in ...
分类:
其他好文 时间:
2015-02-03 14:46:08
阅读次数:
130
1011. World Cup Betting (20)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueWith the 2010 FIFA World Cup running, football fans the world ov...
分类:
其他好文 时间:
2015-02-03 12:52:44
阅读次数:
106
使用Xcode可以很方便地将以前的应用编译成64位程序,基本过程如下:1.使用Xcode5打开原有项目。2.将支持的设备改成“iOS7”。3.在“BuildSetting”中将“Architectures”改成“StandardArchitectures(including64-bit)”。4.运行测试程序,解决编译过程出现的问题。
分类:
其他好文 时间:
2015-02-03 11:20:10
阅读次数:
155
1028. 人口普查(20)时间限制200 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue某城镇进行人口普查,得到了全体居民的生日。现请你写个程序,找出镇上最年长和最年轻的人。这里确保每个输入的日期都是合法的,但不一定是合理的——假设已知镇上没有超...
分类:
其他好文 时间:
2015-02-03 01:53:34
阅读次数:
163
Open Credit SystemInput:Standard InputOutput:Standard OutputIn an open credit system, the students can choose any course they like, but there is a pro...
分类:
其他好文 时间:
2015-02-02 19:51:34
阅读次数:
165
1022. Digital Library (30)时间限制1000 ms内存限制65536 kB代码长度限制16000 B判题程序Standard 作者CHEN, YueA Digital Library contains millions of books, stored according t...
分类:
其他好文 时间:
2015-02-02 19:38:20
阅读次数:
123
1009. Product of Polynomials (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time, you are supposed to find A*B where A and B are t...
分类:
其他好文 时间:
2015-02-02 19:36:41
阅读次数:
111
1002. A+B for Polynomials (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThis time, you are supposed to find A+B where A and B are two ...
分类:
其他好文 时间:
2015-02-02 19:34:54
阅读次数:
99
1004. 成绩排名 (20)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者CHEN, Yue读入n名学生的姓名、学号、成绩,分别输出成绩最高和成绩最低学生的姓名和学号。输入格式:每个测试输入包含1个测试用例,格式为 第1行:正整数n 第2行:第.....
分类:
其他好文 时间:
2015-02-02 19:29:47
阅读次数:
110