結果

問題 No.1096 Range Sums
ユーザー kotatsugamekotatsugame
提出日時 2020-06-26 21:29:07
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,418 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 227 ms
コンパイル使用メモリ 11,552 KB
実行使用メモリ 49,640 KB
最終ジャッジ日時 2023-09-26 13:25:31
合計ジャッジ時間 9,721 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,284 KB
testcase_01 AC 84 ms
15,088 KB
testcase_02 AC 84 ms
15,092 KB
testcase_03 AC 89 ms
15,280 KB
testcase_04 AC 87 ms
15,032 KB
testcase_05 AC 84 ms
15,144 KB
testcase_06 AC 85 ms
15,092 KB
testcase_07 AC 86 ms
15,276 KB
testcase_08 AC 85 ms
15,144 KB
testcase_09 AC 83 ms
15,108 KB
testcase_10 AC 1,418 ms
49,640 KB
testcase_11 AC 1,379 ms
49,524 KB
testcase_12 AC 1,411 ms
49,508 KB
testcase_13 AC 1,387 ms
49,396 KB
testcase_14 AC 1,370 ms
49,488 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'N,*A='+`dd`.split*?,
p A.sum{_1*~(N-=1)*$.-=1}
0