結果
| 問題 |
No.3140 Weird Parentheses Game
|
| コンテスト | |
| ユーザー |
Mogobon
|
| 提出日時 | 2025-05-16 21:25:24 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 38 ms / 2,000 ms |
| コード長 | 81 bytes |
| コンパイル時間 | 152 ms |
| コンパイル使用メモリ | 81,892 KB |
| 実行使用メモリ | 53,792 KB |
| 最終ジャッジ日時 | 2025-05-16 21:25:29 |
| 合計ジャッジ時間 | 1,735 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 21 |
ソースコード
n = int(input())
s = input()
print("First" if n%2 == 0 else "Second")
# いけ!
Mogobon