結果
| 問題 |
No.3115 One Power One Kill
|
| コンテスト | |
| ユーザー |
hir355
|
| 提出日時 | 2025-04-19 05:52:41 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 86 ms / 2,000 ms |
| コード長 | 85 bytes |
| コンパイル時間 | 577 ms |
| コンパイル使用メモリ | 81,792 KB |
| 実行使用メモリ | 69,112 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-04-19 05:52:45 |
| 合計ジャッジ時間 | 3,692 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 20 |
ソースコード
a, b = 128, 256
print(a, b)
if int(input()) % 2 == 0:
print(0)
else:
print(1)
hir355