Submission #2719789
Source Code Expand
n = input()
tmp = 0
for i in n:
tmp += int(i)
if int(n) % tmp == 0:
print("Yes")
else:
print("No")
Submission Info
| Submission Time | |
|---|---|
| Task | B - Digit Sums |
| User | nikuzuki |
| Language | Python (3.4.3) |
| Score | 200 |
| Code Size | 119 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, 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 |
| sample1.txt | AC | 18 ms | 2940 KiB |
| sample2.txt | AC | 18 ms | 2940 KiB |
| sample3.txt | AC | 18 ms | 2940 KiB |