divyam01986's blog

By divyam01986, history, 7 years ago, In English

Link to problem: http://codeforces.com/problemset/problem/546/D My solution to this problem matches that of other folks but, for some reason I keep getting TLE on test suite 3. Can anyone shed some light on why this might be? Your help is appreciated.

Link to submission: http://codeforces.com/contest/546/submission/28127026

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

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Try using a faster output method. Such as Java's PrintWriter