結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 109 ms
46,432 KB
testcase_01 AC 142 ms
93,332 KB
testcase_02 AC 178 ms
140,024 KB
testcase_03 AC 205 ms
171,452 KB
testcase_04 AC 241 ms
218,336 KB
testcase_05 TLE -
testcase_06 TLE -
testcase_07 TLE -
testcase_08 AC 189 ms
155,848 KB
testcase_09 AC 221 ms
187,004 KB
testcase_10 AC 246 ms
226,300 KB
testcase_11 TLE -
testcase_12 TLE -
testcase_13 TLE -
testcase_14 TLE -
testcase_15 WA -
testcase_16 AC 127 ms
77,592 KB
testcase_17 TLE -
testcase_18 AC 97 ms
38,496 KB
testcase_19 WA -
testcase_20 TLE -
testcase_21 AC 91 ms
30,600 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 133 ms
85,348 KB
testcase_25 TLE -
testcase_26 WA -
testcase_27 AC 171 ms
132,300 KB
testcase_28 AC 158 ms
116,744 KB
testcase_29 AC 231 ms
202,556 KB
testcase_30 AC 108 ms
54,176 KB
testcase_31 AC 151 ms
109,008 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 114 ms
62,192 KB
testcase_35 TLE -
testcase_36 AC 165 ms
124,304 KB
testcase_37 WA -
testcase_38 TLE -
testcase_39 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:3: warning: assigned but unused variable - arr
Syntax OK

ソースコード

diff #

m = gets.to_i

arr = [0]*(m*1000000)

puts "odd"
0