meLearnCode's blog

By meLearnCode, history, 7 months ago, In English

The problem

The problem is a simple SCC problem, yet I realised a lot of submissions including mine have got RTE as a result.

My submission: 345006731 (i sent it to cf to display it here)

It gets AC in cases where $$$N ≤ 3000$$$ but it gets RTE(std::bad_alloc) in others.

Whats the cause of this? Thanks in advance.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
7 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by meLearnCode (previous revision, new revision, compare).

»
7 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by meLearnCode (previous revision, new revision, compare).