結果
| 問題 |
No.2525 Great Move
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-11-18 20:14:29 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 96 bytes |
| コンパイル時間 | 486 ms |
| コンパイル使用メモリ | 82,304 KB |
| 実行使用メモリ | 67,200 KB |
| 最終ジャッジ日時 | 2024-09-26 05:54:46 |
| 合計ジャッジ時間 | 3,426 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 26 |
ソースコード
a,b=map(int,input().split())
print("Possible" if (int(a[-1])+int(b[-1]))%2==0 else "Impossible")