結果
| 問題 | No.2925 2-Letter Shiritori |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-10-12 16:28:21 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 147 bytes |
| 記録 | |
| コンパイル時間 | 233 ms |
| コンパイル使用メモリ | 85,248 KB |
| 実行使用メモリ | 72,344 KB |
| 平均クエリ数 | 12.17 |
| 最終ジャッジ日時 | 2026-04-29 18:54:49 |
| 合計ジャッジ時間 | 3,158 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | WA * 10 |
ソースコード
nxt=input()
while 1:
nxt+="a"
print(f"? {nxt}",flush=True)
ope,txt=input().split()
if ope=="!":exit()
else:
nxt=txt[1]