Submission #1306139


Source Code Expand

ar = raw_input().split(' ')
if ar[0] == ar[1] : ret = 'H'
else : ret = 'D'
print ret

Submission Info

Submission Time
Task A - HonestOrDishonest
User prd_xxx
Language Python (2.7.6)
Score 100
Code Size 87 Byte
Status AC
Exec Time 11 ms
Memory 2568 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 4
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt
Case Name Status Exec Time Memory
0_000.txt AC 11 ms 2568 KB
0_001.txt AC 11 ms 2568 KB
0_002.txt AC 11 ms 2568 KB
1_003.txt AC 11 ms 2568 KB