結果
問題 | No.414 衝動 |
ユーザー | yumechi |
提出日時 | 2016-08-27 00:01:55 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 188 bytes |
コンパイル時間 | 174 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 13,056 KB |
最終ジャッジ日時 | 2024-11-08 16:45:21 |
合計ジャッジ時間 | 4,212 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | AC | 190 ms
12,672 KB |
testcase_06 | AC | 194 ms
12,544 KB |
testcase_07 | RE | - |
testcase_08 | AC | 150 ms
12,544 KB |
testcase_09 | RE | - |
testcase_10 | AC | 93 ms
12,544 KB |
testcase_11 | RE | - |
testcase_12 | RE | - |
コンパイルメッセージ
Syntax OK
ソースコード
require 'prime' i = gets.chomp.to_i a = i.prime_division.map {|p,n| [p]*n }.flatten if a.size == 1 puts "1 #{a[0]}" else i = a.inject{|s,n| sum*n}/a[0] puts "#{a[0]} #{i}" end