carlosramirez's blog

By carlosramirez, history, 5 years ago, In English

although i have got AC(by modifying the above) but i am not able to understand why this solution is throwing "terminate called after throwing an instance of__gnu_cxx::__concurrence_lock_error" error on inputs like( 1 100 10 1).FYI the problem is of atcoder dp contest (C).sorry for asking doubts from other platfrom .thanks in advance!

atcoder dp contest (C)
  • Vote: I like it
  • +1
  • Vote: I do not like it

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

sorry for bad editing and english,this is my first time asking anything on codeforce.

  • »
    »
    5 years ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    Ah, so you should put your code like this

    codename
    How to do that