Submission #20870376


Source Code Expand

m, h = map(int, input().split())
if h % 10 == 0:
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Health M Death
User QmanEnobikto
Language Python (3.8.2)
Score 0
Code Size 93 Byte
Status WA
Exec Time 29 ms
Memory 9136 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 2
AC × 10
WA × 5
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
hand_01.txt WA 29 ms 9080 KiB
hand_02.txt AC 18 ms 9080 KiB
hand_03.txt AC 26 ms 8948 KiB
hand_04.txt AC 18 ms 8852 KiB
hand_05.txt AC 18 ms 8848 KiB
random_01.txt AC 19 ms 8956 KiB
random_02.txt WA 26 ms 8956 KiB
random_03.txt AC 18 ms 8956 KiB
random_04.txt WA 25 ms 8948 KiB
random_05.txt AC 25 ms 9136 KiB
random_06.txt WA 21 ms 9092 KiB
random_07.txt AC 21 ms 8852 KiB
random_08.txt WA 22 ms 9008 KiB
sample_01.txt AC 18 ms 9084 KiB
sample_02.txt AC 18 ms 8996 KiB