結果

問題 No.3029 素因数
ユーザー koyumeishikoyumeishi
提出日時 2017-03-31 23:47:37
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 47 bytes
コンパイル時間 35 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 74,624 KB
最終ジャッジ日時 2024-07-07 06:35:01
合計ジャッジ時間 5,414 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 94 ms
18,304 KB
testcase_01 AC 92 ms
27,776 KB
testcase_02 AC 102 ms
36,992 KB
testcase_03 AC 110 ms
43,392 KB
testcase_04 AC 124 ms
52,480 KB
testcase_05 WA -
testcase_06 AC 125 ms
68,096 KB
testcase_07 AC 130 ms
74,624 KB
testcase_08 AC 107 ms
40,320 KB
testcase_09 AC 110 ms
46,592 KB
testcase_10 AC 113 ms
54,144 KB
testcase_11 AC 115 ms
57,472 KB
testcase_12 AC 118 ms
59,008 KB
testcase_13 AC 125 ms
71,552 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 89 ms
24,448 KB
testcase_17 WA -
testcase_18 AC 84 ms
16,896 KB
testcase_19 WA -
testcase_20 AC 127 ms
73,088 KB
testcase_21 AC 85 ms
15,232 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 93 ms
25,984 KB
testcase_25 AC 114 ms
61,952 KB
testcase_26 WA -
testcase_27 AC 102 ms
35,328 KB
testcase_28 AC 102 ms
32,384 KB
testcase_29 AC 112 ms
49,536 KB
testcase_30 AC 88 ms
19,712 KB
testcase_31 AC 95 ms
30,720 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 89 ms
21,248 KB
testcase_35 AC 115 ms
55,936 KB
testcase_36 AC 98 ms
34,048 KB
testcase_37 WA -
testcase_38 AC 124 ms
66,816 KB
testcase_39 AC 123 ms
65,280 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:3: warning: assigned but unused variable - arr
Syntax OK

ソースコード

diff #

m = gets.to_i

arr = [0]*(m*200000)

puts "odd"
0