fix: changed problem time_limit back to 1s, and updated python solution.

This commit is contained in:
2026-05-18 17:02:05 -03:00
parent 6bc674b1d4
commit cc687b9471
5 changed files with 11 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
"problem": {
"title": "Estouro",
"event": "",
"time_limit": 1.5,
"time_limit": 1.0,
"memory_limit_mb": 256,
"input_file": "stdin",
"output_file": "stdout",