Submission #2646583
Source Code Expand
n = int(input())
if n <= 999:
print("ABC")
else:
print("ABD")
Submission Info
| Submission Time | |
|---|---|
| Task | A - ABD |
| User | nikuzuki |
| Language | Python (3.4.3) |
| Score | 100 |
| Code Size | 77 Byte |
| Status | AC |
| Exec Time | 19 ms |
| Memory | 2940 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt |
| All | 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, sample_01.txt, sample_02.txt, sample_03.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01.txt | AC | 17 ms | 2940 KiB |
| 02.txt | AC | 17 ms | 2940 KiB |
| 03.txt | AC | 17 ms | 2940 KiB |
| 04.txt | AC | 17 ms | 2940 KiB |
| 05.txt | AC | 17 ms | 2940 KiB |
| 06.txt | AC | 17 ms | 2940 KiB |
| sample_01.txt | AC | 17 ms | 2940 KiB |
| sample_02.txt | AC | 19 ms | 2940 KiB |
| sample_03.txt | AC | 17 ms | 2940 KiB |