結果
| 問題 | No.2525 Great Move |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-11-03 21:20:39 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 63 ms / 2,000 ms |
| + 106µs | |
| コード長 | 94 bytes |
| 記録 | |
| コンパイル時間 | 243 ms |
| コンパイル使用メモリ | 95,944 KB |
| 実行使用メモリ | 79,580 KB |
| 最終ジャッジ日時 | 2026-09-04 07:23:34 |
| 合計ジャッジ時間 | 4,095 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 26 |
ソースコード
h, s = input().split()
print("Possible" if int(h[-1]) % 2 == int(s[-1]) % 2 else "Impossible")