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

Java 8 TLE with BufferedReader and not using Sort
Difference between en1 and en2, changed 71 character(s)
I am getting TLE for a simple java program for reason I can't find.↵
I read past blogs and found that using Scanner and sorting primitive type arrays is the general reason, but my program isn't in any of those category. ↵

My submission: https://codeforces.com/contest/1206/submission/61017893 


EDIT: Using the PrintWriter instead of System.out.printf() worked. 

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English rajpm 2019-09-21 18:03:25 71
en1 English rajpm 2019-09-21 17:09:31 344 Initial revision (published)