結果
| 問題 |
No.3294 UECoder
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-11-14 14:40:29 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 44 ms / 2,000 ms |
| コード長 | 184 bytes |
| コンパイル時間 | 326 ms |
| コンパイル使用メモリ | 82,236 KB |
| 実行使用メモリ | 53,456 KB |
| 最終ジャッジ日時 | 2025-11-14 14:40:32 |
| 合計ジャッジ時間 | 2,552 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 20 |
ソースコード
import sys
def input(): return sys.stdin.readline().rstrip('\n')
def main():
input()
s = input()
print('UEC'+s[s.find('c')+1:])
if __name__ == '__main__':
main()