結果
| 問題 | No.3115 One Power One Kill |
| コンテスト | |
| ユーザー |
hir355
|
| 提出日時 | 2025-04-19 05:31:35 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 79 bytes |
| コンパイル時間 | 1,249 ms |
| コンパイル使用メモリ | 82,248 KB |
| 実行使用メモリ | 82,232 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2025-04-19 05:31:43 |
| 合計ジャッジ時間 | 5,986 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 20 |
ソースコード
a, b = 88, 89
print(a, b)
if int(input()) > 0:
print(0)
else:
print(1)
hir355