Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Aaghoz_Daar's blog

By Aaghoz_Daar, 10 years ago, In English

Hi guys! Im new in Coding competition.I must work with Java & I get a lot TIME LIMIT :( So I want know Some faster Input class for example or some other advice to help me become faster.

tnx a lot ;)

  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
10 years ago, # |
  Vote: I like it +3 Vote: I do not like it

The 2 approaches I have seen, is to use BufferedReader & StringTokenizer, or build your own InputReader.

You can view the solutions of Java coders, most of them use one of those 2 approaches.