結果
| 問題 | No.3294 UECoder | 
| コンテスト | |
| ユーザー |  kidodesu | 
| 提出日時 | 2025-10-05 14:32:19 | 
| 言語 | PyPy3 (7.3.15) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 40 ms / 2,000 ms | 
| コード長 | 72 bytes | 
| コンパイル時間 | 253 ms | 
| コンパイル使用メモリ | 82,820 KB | 
| 実行使用メモリ | 53,992 KB | 
| 最終ジャッジ日時 | 2025-10-05 14:32:30 | 
| 合計ジャッジ時間 | 1,949 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 20 | 
ソースコード
n = int(input())
S = input()
idx = S.index("c")
print("UEC" + S[idx+1:])
            
            
            
        