結果

問題 No.944 煎っぞ!
ユーザー yuruhiyayuruhiya
提出日時 2020-08-05 21:32:30
言語 Ruby
(3.3.0)
結果
AC  
実行時間 706 ms / 3,000 ms
コード長 95 bytes
コンパイル時間 113 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 60,288 KB
最終ジャッジ日時 2024-09-17 12:34:31
合計ジャッジ時間 11,135 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 202 ms
25,600 KB
testcase_01 AC 204 ms
25,472 KB
testcase_02 AC 206 ms
25,856 KB
testcase_03 AC 211 ms
25,728 KB
testcase_04 AC 206 ms
25,472 KB
testcase_05 AC 206 ms
25,344 KB
testcase_06 AC 202 ms
25,344 KB
testcase_07 AC 203 ms
25,984 KB
testcase_08 AC 201 ms
25,728 KB
testcase_09 AC 199 ms
25,600 KB
testcase_10 AC 98 ms
12,544 KB
testcase_11 AC 215 ms
23,552 KB
testcase_12 AC 163 ms
19,200 KB
testcase_13 AC 92 ms
12,160 KB
testcase_14 AC 215 ms
24,448 KB
testcase_15 AC 146 ms
18,432 KB
testcase_16 AC 90 ms
12,032 KB
testcase_17 AC 91 ms
12,160 KB
testcase_18 AC 217 ms
23,424 KB
testcase_19 AC 217 ms
24,448 KB
testcase_20 AC 706 ms
59,520 KB
testcase_21 AC 700 ms
60,288 KB
testcase_22 AC 193 ms
24,320 KB
testcase_23 AC 195 ms
24,320 KB
testcase_24 AC 196 ms
23,680 KB
testcase_25 AC 188 ms
24,576 KB
testcase_26 AC 187 ms
24,960 KB
testcase_27 AC 650 ms
56,448 KB
testcase_28 AC 91 ms
12,288 KB
testcase_29 AC 90 ms
12,160 KB
testcase_30 AC 695 ms
60,160 KB
testcase_31 AC 157 ms
19,456 KB
testcase_32 AC 152 ms
19,200 KB
testcase_33 AC 347 ms
33,792 KB
testcase_34 AC 326 ms
33,792 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

s,*f=0
`sed 1d`.split.map{f[s+=_1.to_i]=1}
p s.downto(1).find{|r|s%r<1&&(1..r).all?{f[s/r*_1]}}
0