Toggle navigation
Discord
YouTube
Facebook
Instagram
english
english
українська
Algotester 4.8
Build 771
2025-12-30
Log In
Contact Us
College
Sponsors
Donate
Sources
Python 3.8
s = input() x, y = map(int, input().split()) print('YES' if s.count('R') >= x and s.count('U') >= y else 'NO')