← Back to List

26209번: Intercepting Information ↗

Solutions

Python 3
57 B | 57 chars
print("F" if 9 in [*map(int, input().split())] else "S")