結果
| 問題 | No.3294 UECoder |
| コンテスト | |
| ユーザー |
kidodesu
|
| 提出日時 | 2025-10-05 14:32:19 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 67 ms / 2,000 ms |
| + 131µs | |
| コード長 | 72 bytes |
| 記録 | |
| コンパイル時間 | 237 ms |
| コンパイル使用メモリ | 95,984 KB |
| 実行使用メモリ | 79,232 KB |
| 最終ジャッジ日時 | 2026-07-15 12:23:14 |
| 合計ジャッジ時間 | 3,247 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 20 |
ソースコード
n = int(input())
S = input()
idx = S.index("c")
print("UEC" + S[idx+1:])
kidodesu