結果

問題 No.1096 Range Sums
ユーザー tailstails
提出日時 2020-06-27 00:23:47
言語 Perl
(5.40.0)
結果
AC  
実行時間 312 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 148 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 45,952 KB
最終ジャッジ日時 2024-07-05 02:25:45
合計ジャッジ時間 2,695 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 12
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::i" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$n=<>;$s+=$_*++$i*$n--for glob<>;print$s
0