結果
| 問題 |
No.731 等差数列がだいすき
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2018-09-07 22:42:26 |
| 言語 | Perl (5.40.0) |
| 結果 |
AC
|
| 実行時間 | 11 ms / 1,500 ms |
| コード長 | 114 bytes |
| コンパイル時間 | 491 ms |
| コンパイル使用メモリ | 6,016 KB |
| 実行使用メモリ | 6,656 KB |
| 最終ジャッジ日時 | 2024-11-29 16:46:24 |
| 合計ジャッジ時間 | 955 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 18 |
コンパイルメッセージ
Name "main::i" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
$d=<>/2+.5;$b+=$_,$a-=$_*--$d,$u+=$d**2for@a=glob<>;$b=$b/@a+($a/=$u)*$d;$\+=($a*$i+++$b-$_)**2for@a;print"$b $a "
tails