Skip to content

Commit

Permalink
added warning
Browse files Browse the repository at this point in the history
  • Loading branch information
freakin23 committed Nov 4, 2024
1 parent 4380727 commit a9a47de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solutions/advanced/ac-GameOnTree.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ int main() {
</CPPSection>
<PySection>

<Warning>
Submit the solution in PyPy to avoid MLE.
</Warning>

```py
import sys, pypyjit

Expand Down

0 comments on commit a9a47de

Please sign in to comment.