結果

問題 No.8031 (物理学)長距離相互作用
ユーザー tailstails
提出日時 2018-02-28 23:19:41
言語 Perl
(5.40.0)
結果
AC  
実行時間 10 ms / 10,000 ms
コード長 189 bytes
コンパイル時間 816 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 6,016 KB
最終ジャッジ日時 2024-12-25 21:11:04
合計ジャッジ時間 1,577 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
6,016 KB
testcase_01 AC 9 ms
6,016 KB
testcase_02 AC 8 ms
6,016 KB
testcase_03 AC 8 ms
5,888 KB
testcase_04 AC 8 ms
5,888 KB
testcase_05 AC 9 ms
6,016 KB
testcase_06 AC 9 ms
6,016 KB
testcase_07 AC 8 ms
5,888 KB
testcase_08 AC 9 ms
6,016 KB
testcase_09 AC 8 ms
6,016 KB
testcase_10 AC 10 ms
5,888 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 2.
Name "main::p" used only once: possible typo at Main.pl line 2.
Name "main::k" used only once: possible typo at Main.pl line 2.
Name "main::m" used only once: possible typo at Main.pl line 2.
Name "main::o" used only once: possible typo at Main.pl line 2.
Name "main::j" used only once: possible typo at Main.pl line 2.
Name "main::i" used only once: possible typo at Main.pl line 2.
Name "main::l" used only once: possible typo at Main.pl line 2.
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c,$d,$e,$f,$g,$h)=glob<>;
($i,$j,$k,$l,$m,$n,$o,$p)=glob<>;

$A=-2.32454;
$H=$A+2.03536413369771;
$B=0;
$D=$B-0.486101763751084;

print 
+$A*$a
+$B*($b+$c+$e)
+$D*($d+$f+$g)
+$H*$h
0