Submission #19432514
Source Code Expand
Copy
import math a, b = map(int, input().split()) ans = (b + 1 - math.ceil(a / 4) * 4) // 4 ans -= (b + 1 - math.ceil(a / 100) * 100) // 100 ans += (b + 1 - math.ceil(a / 400) * 400) // 400 print(ans)
Submission Info
Submission Time | |
---|---|
Task | C - 2月29日 |
User | Chippppp |
Language | Python (3.8.2) |
Score | 0 |
Code Size | 200 Byte |
Status | WA |
Exec Time | 30 ms |
Memory | 9172 KB |
Judge Result
Set Name | sub | All | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Score / Max Score | 0 / 25 | 0 / 75 | ||||||||
Status |
|
|
Set Name | Test Cases |
---|---|
sub | test_01A.txt, test_02A.txt, test_03A.txt, test_04A.txt, test_05A.txt, test_07A.txt, test_09A.txt, test_11A.txt, test_13A.txt, test_15A.txt |
All | sample_01.txt, sample_02.txt, sample_03.txt, test_01A.txt, test_02A.txt, test_03A.txt, test_04A.txt, test_05A.txt, test_06.txt, test_07A.txt, test_08.txt, test_09A.txt, test_10.txt, test_11A.txt, test_12.txt, test_13A.txt, test_14.txt, test_15A.txt, test_16.txt, sample_01.txt, sample_02.txt, sample_03.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample_01.txt | WA | 30 ms | 9108 KB |
sample_02.txt | AC | 21 ms | 9172 KB |
sample_03.txt | AC | 18 ms | 8872 KB |
test_01A.txt | WA | 30 ms | 8888 KB |
test_02A.txt | WA | 18 ms | 8876 KB |
test_03A.txt | WA | 20 ms | 8884 KB |
test_04A.txt | WA | 24 ms | 9036 KB |
test_05A.txt | WA | 16 ms | 8884 KB |
test_06.txt | AC | 23 ms | 8884 KB |
test_07A.txt | WA | 18 ms | 8992 KB |
test_08.txt | AC | 17 ms | 8992 KB |
test_09A.txt | AC | 25 ms | 8984 KB |
test_10.txt | AC | 19 ms | 9112 KB |
test_11A.txt | WA | 25 ms | 9000 KB |
test_12.txt | AC | 19 ms | 9044 KB |
test_13A.txt | WA | 18 ms | 8984 KB |
test_14.txt | AC | 26 ms | 8988 KB |
test_15A.txt | WA | 20 ms | 9040 KB |
test_16.txt | AC | 19 ms | 8876 KB |