随笔分类 - CodeChef
http://www.codechef.com/
摘要:题目链接:Turbo Sort用java自带O(NlogN)的排序就可以,java要特别注意输入输出。输入用BufferedReader,输出用printWriter。printWriter的速度比System.out快很多,参考StackOverflow。代码: 1 import java.io....
阅读全文
摘要:You are asked to calculate factorials of some small positive integers.InputAn integer t, 1 0){20 int num = Integer.parseInt(bf.readLine())...
阅读全文
摘要: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...
阅读全文
摘要: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 ...
阅读全文