/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 16ms 2.996 MiB
#2 Accepted 16ms 2.93 MiB
#3 Wrong Answer 16ms 2.91 MiB

Code

t = int(input())
n = input()
ans = n[-1]
if ans == 'E':
    print("Emon")
elif ans == 'M':
    print("Mahfuz")
else:
    print("IDK")

Information

Submit By
Type
Submission
Problem
P1031 Clash of programmers
Language
Python 3 (Python 3.12.3)
Submit At
2024-03-08 11:54:32
Judged At
2024-11-11 03:41:05
Judged By
Score
20
Total Time
16ms
Peak Memory
2.996 MiB