結果
問題 | No.304 鍵(1) |
ユーザー |
![]() |
提出日時 | 2016-04-13 17:11:55 |
言語 | Python2 (2.7.18) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 145 bytes |
コンパイル時間 | 182 ms |
コンパイル使用メモリ | 6,944 KB |
実行使用メモリ | 40,416 KB |
最終ジャッジ日時 | 2024-07-16 23:37:58 |
合計ジャッジ時間 | 6,600 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | TLE * 1 -- * 5 |
ソースコード
import randomt=sorted(["{0:0>3}".format(i)for i in range(1000)],key=lambda _:random.random())for u in t:print uif len(raw_input())==8:break