結果
問題 | No.304 鍵(1) |
ユーザー | akitsugu777 |
提出日時 | 2019-11-07 15:06:00 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 179 bytes |
コンパイル時間 | 273 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 27,608 KB |
平均クエリ数 | 310.00 |
最終ジャッジ日時 | 2024-07-16 18:12:24 |
合計ジャッジ時間 | 1,976 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | AC | 93 ms
27,096 KB |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
ソースコード
for a in range(10): for b in range(10): for c in range(10): print(''.join(map(str, (a, b, c)))) if input() == 'unlocked': break