結果
| 問題 | No.2925 2-Letter Shiritori |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-06-11 16:54:50 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 75 ms / 2,000 ms |
| + 0µs | |
| コード長 | 109 bytes |
| 記録 | |
| コンパイル時間 | 63 ms |
| コンパイル使用メモリ | 81,084 KB |
| 実行使用メモリ | 54,528 KB |
| 平均クエリ数 | 26.00 |
| 最終ジャッジ日時 | 2026-09-14 19:24:35 |
| 合計ジャッジ時間 | 1,777 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 10 |
ソースコード
print("?",input()*2)
while True:
judge=input().split()
if judge[0]=="!":
break
print("?",judge[1][::-1])