Submission #73081935
Source Code Expand
n = input()
if int(n[0]) == int(n[1]) & int(n[1]) == int(n[2]):
print("Yes")
else:
print("No")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Repdigit |
| User | MitsugiYuga |
| Language | Python (PyPy 3.11-v7.3.20) |
| Score | 100 |
| Code Size | 104 Byte |
| Status | AC |
| Exec Time | 57 ms |
| Memory | 79872 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_sample_1.txt, 0_sample_2.txt, 0_sample_3.txt |
| All | 0_sample_1.txt, 0_sample_2.txt, 0_sample_3.txt, 1_1.txt, 2_1.txt, 2_2.txt, 2_3.txt, 2_4.txt, 3_1.txt, 3_2.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_sample_1.txt | AC | 57 ms | 79592 KiB |
| 0_sample_2.txt | AC | 57 ms | 79544 KiB |
| 0_sample_3.txt | AC | 57 ms | 79544 KiB |
| 1_1.txt | AC | 57 ms | 79576 KiB |
| 2_1.txt | AC | 57 ms | 79664 KiB |
| 2_2.txt | AC | 57 ms | 79872 KiB |
| 2_3.txt | AC | 57 ms | 79656 KiB |
| 2_4.txt | AC | 57 ms | 79544 KiB |
| 3_1.txt | AC | 57 ms | 79872 KiB |
| 3_2.txt | AC | 57 ms | 79568 KiB |