結果
問題 |
No.3294 UECoder
|
ユーザー |
|
提出日時 | 2025-10-05 13:32:58 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 72 ms / 2,000 ms |
コード長 | 100 bytes |
コンパイル時間 | 946 ms |
コンパイル使用メモリ | 7,808 KB |
実行使用メモリ | 13,056 KB |
最終ジャッジ日時 | 2025-10-05 13:33:46 |
合計ジャッジ時間 | 4,277 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 20 |
コンパイルメッセージ
Main.rb:2: warning: assigned but unused variable - in_n Syntax OK
ソースコード
# frozen_string_literal: true in_n = gets.chomp.to_i in_s = gets.chomp puts in_s.sub(/.*c/, "UEC")