結果
| 問題 |
No.3115 One Power One Kill
|
| コンテスト | |
| ユーザー |
hir355
|
| 提出日時 | 2025-04-19 05:38:29 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 86 bytes |
| コンパイル時間 | 245 ms |
| コンパイル使用メモリ | 82,388 KB |
| 実行使用メモリ | 70,688 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2025-04-19 05:38:36 |
| 合計ジャッジ時間 | 3,602 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 WA * 16 |
ソースコード
a = 3928 * 5
b = 3929
print(a, b)
if int(input()) > 1:
print(0)
else:
print(1)
hir355