結果

問題 No.3029 素因数
ユーザー koyumeishikoyumeishi
提出日時 2017-03-31 23:47:37
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 47 bytes
コンパイル時間 56 ms
コンパイル使用メモリ 11,412 KB
実行使用メモリ 77,688 KB
最終ジャッジ日時 2023-09-21 12:48:32
合計ジャッジ時間 5,585 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
21,372 KB
testcase_01 AC 86 ms
30,724 KB
testcase_02 AC 94 ms
40,284 KB
testcase_03 AC 100 ms
46,396 KB
testcase_04 AC 105 ms
55,780 KB
testcase_05 WA -
testcase_06 AC 119 ms
71,328 KB
testcase_07 AC 124 ms
77,688 KB
testcase_08 AC 96 ms
43,232 KB
testcase_09 AC 101 ms
49,416 KB
testcase_10 AC 106 ms
57,460 KB
testcase_11 AC 108 ms
60,492 KB
testcase_12 AC 110 ms
61,928 KB
testcase_13 AC 120 ms
74,528 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 84 ms
27,676 KB
testcase_17 WA -
testcase_18 AC 80 ms
19,812 KB
testcase_19 WA -
testcase_20 AC 122 ms
76,196 KB
testcase_21 AC 80 ms
18,180 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 87 ms
29,056 KB
testcase_25 AC 112 ms
65,168 KB
testcase_26 WA -
testcase_27 AC 92 ms
38,700 KB
testcase_28 AC 89 ms
35,440 KB
testcase_29 AC 103 ms
52,696 KB
testcase_30 AC 81 ms
23,128 KB
testcase_31 AC 90 ms
33,956 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 81 ms
24,368 KB
testcase_35 AC 107 ms
58,856 KB
testcase_36 AC 92 ms
36,916 KB
testcase_37 WA -
testcase_38 AC 116 ms
69,860 KB
testcase_39 AC 115 ms
68,108 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:3: warning: assigned but unused variable - arr
Syntax OK

ソースコード

diff #

m = gets.to_i

arr = [0]*(m*200000)

puts "odd"
0