結果

問題 No.278 連続する整数の和(2)
ユーザー mmmpppmmmppp
提出日時 2017-03-07 16:17:20
言語 Ruby
(3.3.0)
結果
AC  
実行時間 318 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 28 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 24,704 KB
最終ジャッジ日時 2024-06-02 11:55:14
合計ジャッジ時間 3,801 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
12,288 KB
testcase_01 AC 76 ms
12,160 KB
testcase_02 AC 282 ms
23,040 KB
testcase_03 AC 77 ms
12,416 KB
testcase_04 AC 74 ms
12,672 KB
testcase_05 AC 77 ms
12,416 KB
testcase_06 AC 79 ms
12,416 KB
testcase_07 AC 79 ms
12,544 KB
testcase_08 AC 266 ms
22,400 KB
testcase_09 AC 269 ms
22,400 KB
testcase_10 AC 318 ms
24,704 KB
testcase_11 AC 261 ms
22,272 KB
testcase_12 AC 73 ms
12,288 KB
testcase_13 AC 236 ms
20,992 KB
testcase_14 AC 196 ms
19,584 KB
testcase_15 AC 209 ms
20,224 KB
testcase_16 AC 179 ms
19,200 KB
testcase_17 AC 271 ms
22,784 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n=gets.to_i;n>>=1-n%2;p (1..a=n**0.5).map{|k|n%k<1?a==k ?k: k+n/k:0}.sum
0