When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

harshitkapoor's blog

By harshitkapoor, history, 3 years ago, In English

Hi, Can anyone explain why does I get Runtime error whenever I do graph problem while submitting in Python or pypy?

Problem : https://codeforces.com/contest/977/problem/E

Submission : https://codeforces.com/contest/977/submission/119559247

Ps: Same issue again, I think it because of recursion

Problem : https://codeforces.com/contest/1106/problem/D

Submission : https://codeforces.com/contest/1106/submission/119562804

  • Vote: I like it
  • -1
  • Vote: I do not like it