結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
taba
|
| 提出日時 | 2016-04-13 17:15:31 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 251 ms / 2,000 ms |
| コード長 | 176 bytes |
| 記録 | |
| コンパイル時間 | 144 ms |
| コンパイル使用メモリ | 77,440 KB |
| 最終ジャッジ日時 | 2025-12-03 20:11:39 |
|
ジャッジサーバー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