Submission #3451335


Source Code Expand

a=int(input())
b=int(input())
c=int(input())
x=int(input())
ans=0
for i in range(a+1):
    for j in range(b+1):
        for k in range(c+1):
            if 500*i+100*j+50*k==x:
                ans +=1
print(ans)

Submission Info

Submission Time
Task B - Coins
User tomo0608
Language Python (3.4.3)
Score 200
Code Size 221 Byte
Status AC
Exec Time 53 ms
Memory 3060 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 200 / 200
Status
AC × 3
AC × 13
Set Name Test Cases
Sample sample01.txt, sample02.txt, sample03.txt
All 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, 10.txt, sample01.txt, sample02.txt, sample03.txt
Case Name Status Exec Time Memory
01.txt AC 26 ms 3060 KB
02.txt AC 17 ms 2940 KB
03.txt AC 17 ms 3060 KB
04.txt AC 53 ms 2940 KB
05.txt AC 17 ms 2940 KB
06.txt AC 24 ms 3060 KB
07.txt AC 51 ms 3060 KB
08.txt AC 18 ms 2940 KB
09.txt AC 17 ms 3060 KB
10.txt AC 17 ms 3060 KB
sample01.txt AC 17 ms 3060 KB
sample02.txt AC 17 ms 3060 KB
sample03.txt AC 35 ms 2940 KB