結果
| 問題 |
No.2041 E-mail Address
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-28 22:53:47 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 86 bytes |
| コンパイル時間 | 441 ms |
| コンパイル使用メモリ | 82,688 KB |
| 実行使用メモリ | 65,792 KB |
| 最終ジャッジ日時 | 2024-12-22 17:49:35 |
| 合計ジャッジ時間 | 1,932 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 10 |
ソースコード
S = list(input())
U = "".join(S[S.index("("):S.index(")")+1])
print(S.replace(U, "@"))