結果
| 問題 | No.305 鍵(2) |
| コンテスト | |
| ユーザー |
taba
|
| 提出日時 | 2016-04-15 02:27:58 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 273 bytes |
| 記録 | |
| コンパイル時間 | 58 ms |
| コンパイル使用メモリ | 81,072 KB |
| 実行使用メモリ | 81,056 KB |
| 平均クエリ数 | 92.77 |
| 最終ジャッジ日時 | 2026-07-18 05:24:59 |
| 合計ジャッジ時間 | 2,404 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 11 RE * 2 |
ソースコード
import sys
def maxindex(x):
return max(enumerate(x),key=lambda x:x[1])[0]
def q(s):
print s
sys.stdout.flush()
return int(raw_input().split()[0])
print"".join(`maxindex(i)`for i in[[q("{0:0>10}".format(j*(10**i)))for j in range(10)]for i in range(9,-1,-1)])
raw_input()
taba