/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 12ms 2.832 MiB
#2 Accepted 12ms 2.777 MiB
#3 Accepted 11ms 2.777 MiB
#4 Accepted 11ms 2.887 MiB

Code

t = int(input())
n = input()
ans = n[t-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 18:50:52
Judged At
2024-03-08 18:50:52
Judged By
Score
100
Total Time
12ms
Peak Memory
2.887 MiB