← Back to List

17530번: Buffoon ↗

Solutions

Python 3
81 B | 81 chars
L=[int(input()) for i in range(int(input()))]
print("S" if max(L)==L[0] else "N")