Submission #64728730
Source Code Expand
S=int(input())
if S>=200 and S<=299:
print("Success")
else:
print("Failure")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Status Code |
| User | naga_na_meko |
| Language | Python (PyPy 3.10-v7.3.12) |
| Score | 100 |
| Code Size | 82 Byte |
| Status | AC |
| Exec Time | 60 ms |
| Memory | 76716 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
| All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt, 01_random_10.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00_sample_00.txt | AC | 58 ms | 76324 KiB |
| 00_sample_01.txt | AC | 59 ms | 76444 KiB |
| 00_sample_02.txt | AC | 58 ms | 76592 KiB |
| 01_random_03.txt | AC | 58 ms | 76264 KiB |
| 01_random_04.txt | AC | 58 ms | 76704 KiB |
| 01_random_05.txt | AC | 58 ms | 76420 KiB |
| 01_random_06.txt | AC | 59 ms | 76284 KiB |
| 01_random_07.txt | AC | 59 ms | 76304 KiB |
| 01_random_08.txt | AC | 58 ms | 76716 KiB |
| 01_random_09.txt | AC | 60 ms | 76544 KiB |
| 01_random_10.txt | AC | 58 ms | 76292 KiB |