結果
| 問題 | No.2925 2-Letter Shiritori |
| コンテスト | |
| ユーザー |
電たくT
|
| 提出日時 | 2024-10-12 16:14:54 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 227 bytes |
| 記録 | |
| コンパイル時間 | 173 ms |
| コンパイル使用メモリ | 84,992 KB |
| 実行使用メモリ | 84,768 KB |
| 平均クエリ数 | 3.00 |
| 最終ジャッジ日時 | 2026-04-29 18:25:28 |
| 合計ジャッジ時間 | 2,877 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 2 |
| other | RE * 10 |
ソースコード
A = input()
alf = [chr(ord("a")+i) for i in range(26)]
K = True
X = set()
while True:
if len(X) == 0:
print("?",A+A)
else:
print("?",T+A)
x,T = input().split()
if x == "!":
K = False
電たくT