Submission #19445509
Source Code Expand
Copy
ans = 0 for i in range(1,101): if i%3 == 0: continue if i%5 == 0: continue if i%15 == 0: continue ans +=i print(ans)
Submission Info
Submission Time | |
---|---|
Task | A - 天下一プログラマーゲーム |
User | tukayama1956 |
Language | Python (3.8.2) |
Score | 100 |
Code Size | 165 Byte |
Status | AC |
Exec Time | 22 ms |
Memory | 8784 KB |
Judge Result
Set Name | All | ||
---|---|---|---|
Score / Max Score | 100 / 100 | ||
Status |
|
Set Name | Test Cases |
---|---|
All | no-input |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
no-input | AC | 22 ms | 8784 KB |