← Back to List

24088번: ι‹ε‹•δΌš (Sports Day) ↗

Solutions

Python 3
87 B | 87 chars
n = int(input())
r = int(input())
s = input()

print("W" if s.count("R") == r else "R")