/ SeriousOJ /

Record Detail

Wrong Answer


  
# Status Time Cost Memory Cost
#1 Wrong Answer 12ms 2.723 MiB
#2 Wrong Answer 12ms 2.887 MiB
#3 Wrong Answer 12ms 2.891 MiB
#4 Wrong Answer 12ms 2.883 MiB

Code

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

Information

Submit By
Type
Submission
Problem
P1031 Clash of programmers
Language
Python 3 (Python 3.12.3)
Submit At
2024-03-08 18:49:53
Judged At
2024-03-08 18:49:53
Judged By
Score
0
Total Time
12ms
Peak Memory
2.891 MiB