| Task: | TLE on Entrepreneur |
| Sender: | azeaus1 |
| Submission time: | 2025-11-24 17:49:27 +0200 |
| Language: | Python3 (PyPy3) |
| Status: | READY |
| Result: | RUNTIME ERROR |
| test | verdict | time | |
|---|---|---|---|
| #1 | RUNTIME ERROR | 0.06 s | details |
Code
print("200000 1000000000")
for i in range(200000):
print(1/i, end=' ')