結果
問題 |
No.312 置換処理
|
ユーザー |
![]() |
提出日時 | 2016-03-22 23:19:53 |
言語 | Ruby (3.4.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 144 bytes |
コンパイル時間 | 45 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,800 KB |
最終ジャッジ日時 | 2024-10-01 15:14:50 |
合計ジャッジ時間 | 6,934 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 31 WA * 14 |
コンパイルメッセージ
Syntax OK
ソースコード
require 'prime' class Yukicoder def initialize n = gets.to_i puts n.prime_division.to_h.keys.find{|i| i > 2} end end Yukicoder.new