結果

問題 No.3031 (物理学)長距離相互作用
ユーザー tailstails
提出日時 2018-02-28 23:19:41
言語 Perl
(5.38.2)
結果
AC  
実行時間 8 ms / 10,000 ms
コード長 189 bytes
コンパイル時間 195 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-06-07 15:10:51
合計ジャッジ時間 820 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,812 KB
testcase_01 AC 8 ms
6,944 KB
testcase_02 AC 8 ms
6,940 KB
testcase_03 AC 8 ms
6,940 KB
testcase_04 AC 8 ms
6,944 KB
testcase_05 AC 8 ms
6,944 KB
testcase_06 AC 8 ms
6,940 KB
testcase_07 AC 8 ms
6,944 KB
testcase_08 AC 7 ms
6,944 KB
testcase_09 AC 8 ms
6,940 KB
testcase_10 AC 8 ms
6,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::o" 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::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::p" used only once: possible typo at Main.pl line 2.
Name "main::l" used only once: possible typo at Main.pl line 2.
Name "main::n" used only once: possible typo at Main.pl line 2.
Name "main::j" 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