結果

問題 No.414 衝動
ユーザー mmmpppmmmppp
提出日時 2017-02-28 15:48:21
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 65 bytes
コンパイル時間 397 ms
コンパイル使用メモリ 11,396 KB
実行使用メモリ 15,516 KB
最終ジャッジ日時 2023-09-02 16:58:10
合計ジャッジ時間 3,071 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
15,396 KB
testcase_01 AC 93 ms
15,220 KB
testcase_02 AC 92 ms
15,216 KB
testcase_03 AC 190 ms
15,356 KB
testcase_04 AC 91 ms
15,352 KB
testcase_05 AC 194 ms
15,320 KB
testcase_06 AC 192 ms
15,412 KB
testcase_07 RE -
testcase_08 AC 147 ms
15,324 KB
testcase_09 AC 195 ms
15,376 KB
testcase_10 AC 92 ms
15,308 KB
testcase_11 AC 91 ms
15,360 KB
testcase_12 AC 88 ms
15,192 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

require'prime';m=gets.to_i;$><<[n=m.prime_division[0][0],m/n]*' '
0