結果
| 問題 |
No.2460 #強調#
|
| コンテスト | |
| ユーザー |
horiesiniti
|
| 提出日時 | 2023-09-22 16:12:55 |
| 言語 | Ruby (3.4.1) |
| 結果 |
AC
|
| 実行時間 | 79 ms / 2,000 ms |
| コード長 | 45 bytes |
| コンパイル時間 | 53 ms |
| コンパイル使用メモリ | 7,424 KB |
| 実行使用メモリ | 12,160 KB |
| 最終ジャッジ日時 | 2024-07-08 07:44:28 |
| 合計ジャッジ時間 | 1,774 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 11 |
コンパイルメッセージ
Main.rb:1: warning: ambiguity between regexp and two divisions: wrap regexp in parentheses or add a space after `/' operator Syntax OK
ソースコード
puts /#.*#/.match(gets.chomp)[0].gsub(/#/,"")
horiesiniti