結果
| 問題 | No.3018 目隠し宝探し |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-02-02 02:49:09 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 131 bytes |
| コンパイル時間 | 779 ms |
| コンパイル使用メモリ | 82,560 KB |
| 実行使用メモリ | 82,552 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2025-02-02 02:49:16 |
| 合計ジャッジ時間 | 6,405 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 1 |
| other | WA * 6 RE * 15 |
ソースコード
H,W=map(int,input().split())
if H==1 or W==1 : print("提出デバッグ中...")
else:
A=[i for i in range(1<<60)]
print(A)