Блог пользователя DonMichaelCorleone

Автор DonMichaelCorleone, история, 6 лет назад, По-английски

Hi, I am new at C# and wanted to solve some problems with it. I solved 1006E - Military Problem using C++ during contest time and now wanted to solve that problem exactly like that using C#. But, unfortunately I am getting RTE on Test 3. What wrong am I doing here ? Please, help me.

My C++ submission: 40441764

My C# submission: 41000587

Теги c#, rte
  • Проголосовать: нравится
  • +2
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is StackOverfrowException. I also faced the same problem. We are forced to use Stack or Queue at CODEFORCES:)