結果
問題 | No.304 鍵(1) |
ユーザー | akitsugu777 |
提出日時 | 2019-11-07 15:10:53 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 229 bytes |
コンパイル時間 | 266 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 27,512 KB |
平均クエリ数 | 310.00 |
最終ジャッジ日時 | 2024-07-16 18:12:36 |
合計ジャッジ時間 | 1,952 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | AC | 96 ms
26,712 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() == 'locked': pass else: break