結果
| 問題 |
No.304 鍵(1)
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2016-06-01 11:32:34 |
| 言語 | Python2 (2.7.18) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 210 bytes |
| コンパイル時間 | 81 ms |
| コンパイル使用メモリ | 7,040 KB |
| 実行使用メモリ | 25,488 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2024-07-16 10:15:09 |
| 合計ジャッジ時間 | 1,652 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 6 |
ソースコード
for i in range(9):
for j in range(9):
for k in range(9):
print "".join(map(str,[i,j,k]))
sys.stdout.flush()
if (raw_input() == "unlocked"):
exit()