Submission #4116251
Source Code Expand
n = int(input())
if n % 111 == 0:
x = str(n // 111)
else:
x = str((n // 111)+1)
print(x+x+x)
Submission Info
| Submission Time | |
|---|---|
| Task | B - AtCoder Beginner Contest 111 |
| User | tayutaedomoshizu |
| Language | Python (3.4.3) |
| Score | 200 |
| Code Size | 105 Byte |
| Status | AC |
| Exec Time | 18 ms |
| Memory | 2940 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample1.txt, sample2.txt, sample3.txt |
| All | sample1.txt, sample2.txt, sample3.txt, 1.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, sample1.txt, sample2.txt, sample3.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 1.txt | AC | 18 ms | 2940 KiB |
| 2.txt | AC | 18 ms | 2940 KiB |
| 3.txt | AC | 18 ms | 2940 KiB |
| 4.txt | AC | 18 ms | 2940 KiB |
| 5.txt | AC | 18 ms | 2940 KiB |
| 6.txt | AC | 18 ms | 2940 KiB |
| 7.txt | AC | 18 ms | 2940 KiB |
| 8.txt | AC | 18 ms | 2940 KiB |
| 9.txt | AC | 18 ms | 2940 KiB |
| sample1.txt | AC | 18 ms | 2940 KiB |
| sample2.txt | AC | 18 ms | 2940 KiB |
| sample3.txt | AC | 18 ms | 2940 KiB |