1 line
53 B
Python
1 line
53 B
Python
print("first" if int(input()) % 2 != 0 else "second") |
print("first" if int(input()) % 2 != 0 else "second") |