結果
| 問題 | 
                            No.304 鍵(1)
                             | 
                    
| コンテスト | |
| ユーザー | 
                             taba
                         | 
                    
| 提出日時 | 2016-04-13 17:15:31 | 
| 言語 | Python2  (2.7.18)  | 
                    
| 結果 | 
                             
                                AC
                                 
                             
                            
                         | 
                    
| 実行時間 | 73 ms / 2,000 ms | 
| コード長 | 176 bytes | 
| コンパイル時間 | 66 ms | 
| コンパイル使用メモリ | 6,784 KB | 
| 実行使用メモリ | 25,232 KB | 
| 平均クエリ数 | 672.83 | 
| 最終ジャッジ日時 | 2024-07-16 23:37:51 | 
| 合計ジャッジ時間 | 1,455 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge1 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 6 | 
ソースコード
import random
import sys
t=sorted(["{0:0>3}".format(i)for i in range(1000)],key=lambda _:random.random())
for u in t:
	print u
	sys.stdout.flush()
	if len(raw_input())==8:break
            
            
            
        
            
taba