結果
| 問題 | No.3523 順路指定最近点 |
| コンテスト | |
| ユーザー |
detteiuu
|
| 提出日時 | 2026-05-01 23:22:07 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 64 ms / 2,000 ms |
| コード長 | 96 bytes |
| 記録 | |
| コンパイル時間 | 191 ms |
| コンパイル使用メモリ | 85,248 KB |
| 実行使用メモリ | 71,840 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2026-05-01 23:22:14 |
| 合計ジャッジ時間 | 3,921 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 26 |
ソースコード
n=int(input())
p=list(range(1,n))
print("?",len(p))
print(*p)
print("!",int(input().split()[0]))
detteiuu