sabbirh654's blog

By sabbirh654, history, 4 years ago, In English

I was solving 479C-Exams but surprisingly i got RTE,which is unusual to me. A screenshot is given here.. https://i.imgur.com/tZgaJyC.png Error: exit code 3

My submission :

85745356

why this happen happen?how to fix it?

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

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

Why you used the compare function you can solve it with general sort. I think RTE error for that function but not sure brother.

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Tidied up some logic in the compare function and it passed the case which was giving RTE. Submission