随笔分类 -  CodeChef

http://www.codechef.com/
摘要:题目链接:Turbo Sort用java自带O(NlogN)的排序就可以,java要特别注意输入输出。输入用BufferedReader,输出用printWriter。printWriter的速度比System.out快很多,参考StackOverflow。代码: 1 import java.io.... 阅读全文
posted @ 2014-08-19 10:55 SunshineAtNoon 阅读(204) 评论(0) 推荐(0) 编辑
摘要:You are asked to calculate factorials of some small positive integers.InputAn integer t, 1 0){20 int num = Integer.parseInt(bf.readLine())... 阅读全文
posted @ 2014-07-31 17:38 SunshineAtNoon 阅读(258) 评论(0) 推荐(0) 编辑
摘要:The most important part of a GSM network is so called Base Transceiver Station (BTS). These transceivers form the areas called cells (this term gave t... 阅读全文
posted @ 2014-07-31 17:06 SunshineAtNoon 阅读(217) 评论(0) 推荐(0) 编辑
摘要:The purpose of this problem is to verify whether the method you are using to read input data is sufficiently fast to handle problems branded with the ... 阅读全文
posted @ 2014-07-31 16:31 SunshineAtNoon 阅读(263) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示