結果
| 問題 |
No.3115 One Power One Kill
|
| コンテスト | |
| ユーザー |
hir355
|
| 提出日時 | 2025-04-19 05:49:16 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 81 bytes |
| コンパイル時間 | 241 ms |
| コンパイル使用メモリ | 82,324 KB |
| 実行使用メモリ | 71,184 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-04-19 05:49:20 |
| 合計ジャッジ時間 | 3,866 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 16 WA * 4 |
ソースコード
a, b = 128, 256
print(a, b)
if int(input()) == 1:
print(1)
else:
print(0)
hir355