結果
| 問題 |
No.1894 Delete AB
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-05-20 16:01:28 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 96 bytes |
| コンパイル時間 | 311 ms |
| コンパイル使用メモリ | 82,176 KB |
| 実行使用メモリ | 76,800 KB |
| 最終ジャッジ日時 | 2024-09-20 00:00:48 |
| 合計ジャッジ時間 | 2,147 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 14 |
ソースコード
N=int(input())
for i in range(N):
S=list(map(str,input().split("AB")))
print("".join(S))