Submission #70408254
Source Code Expand
n, m = map(int, input().split())
for i in range(min(n, m)):
print('OK')
for i in range(n-m):
print('Too Many Requests')
Submission Info
| Submission Time | |
|---|---|
| Task | A - Too Many Requests |
| User | uparupaaa |
| Language | Python (PyPy 3.10-v7.3.12) |
| Score | 100 |
| Code Size | 129 Byte |
| Status | AC |
| Exec Time | 61 ms |
| Memory | 76736 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example_00.txt, example_01.txt |
| All | example_00.txt, example_01.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_00.txt | AC | 60 ms | 76584 KiB |
| example_01.txt | AC | 61 ms | 76328 KiB |
| hand_00.txt | AC | 60 ms | 76736 KiB |
| hand_01.txt | AC | 60 ms | 76552 KiB |
| hand_02.txt | AC | 61 ms | 76620 KiB |
| hand_03.txt | AC | 61 ms | 76600 KiB |
| hand_04.txt | AC | 60 ms | 76396 KiB |
| hand_05.txt | AC | 60 ms | 76556 KiB |
| random_00.txt | AC | 60 ms | 76272 KiB |
| random_01.txt | AC | 60 ms | 76448 KiB |
| random_02.txt | AC | 60 ms | 76496 KiB |
| random_03.txt | AC | 60 ms | 76304 KiB |
| random_04.txt | AC | 60 ms | 76416 KiB |
| random_05.txt | AC | 60 ms | 76224 KiB |
| random_06.txt | AC | 59 ms | 76580 KiB |