← 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")