結果

問題 No.3029 素因数
ユーザー koyumeishikoyumeishi
提出日時 2017-03-31 23:41:32
言語 Ruby
(3.3.0)
結果
TLE  
実行時間 -
コード長 48 bytes
コンパイル時間 55 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 324,608 KB
最終ジャッジ日時 2024-07-07 06:22:20
合計ジャッジ時間 10,483 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
43,392 KB
testcase_01 AC 156 ms
90,240 KB
testcase_02 AC 197 ms
137,088 KB
testcase_03 AC 221 ms
168,320 KB
testcase_04 TLE -
testcase_05 TLE -
testcase_06 TLE -
testcase_07 TLE -
testcase_08 AC 208 ms
152,832 KB
testcase_09 AC 239 ms
183,936 KB
testcase_10 TLE -
testcase_11 TLE -
testcase_12 TLE -
testcase_13 TLE -
testcase_14 TLE -
testcase_15 WA -
testcase_16 AC 143 ms
74,368 KB
testcase_17 TLE -
testcase_18 AC 108 ms
35,328 KB
testcase_19 WA -
testcase_20 TLE -
testcase_21 AC 99 ms
27,776 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 145 ms
82,432 KB
testcase_25 TLE -
testcase_26 WA -
testcase_27 AC 190 ms
129,280 KB
testcase_28 AC 175 ms
113,664 KB
testcase_29 AC 248 ms
199,808 KB
testcase_30 AC 119 ms
51,200 KB
testcase_31 AC 163 ms
105,856 KB
testcase_32 TLE -
testcase_33 WA -
testcase_34 AC 130 ms
58,880 KB
testcase_35 TLE -
testcase_36 AC 178 ms
121,472 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