結果

問題 No.1539 不可欠な部分
ユーザー tailstails
提出日時 2021-06-08 19:27:15
言語 Perl
(5.38.2)
結果
AC  
実行時間 225 ms / 2,000 ms
コード長 130 bytes
コンパイル時間 60 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 41,728 KB
最終ジャッジ日時 2024-05-05 05:28:22
合計ジャッジ時間 19,692 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,632 KB
testcase_01 AC 200 ms
36,096 KB
testcase_02 AC 216 ms
41,344 KB
testcase_03 AC 98 ms
21,248 KB
testcase_04 AC 81 ms
18,688 KB
testcase_05 AC 65 ms
16,128 KB
testcase_06 AC 113 ms
23,424 KB
testcase_07 AC 28 ms
10,240 KB
testcase_08 AC 61 ms
15,360 KB
testcase_09 AC 180 ms
35,712 KB
testcase_10 AC 191 ms
37,888 KB
testcase_11 AC 213 ms
41,728 KB
testcase_12 AC 210 ms
41,472 KB
testcase_13 AC 219 ms
41,600 KB
testcase_14 AC 222 ms
41,728 KB
testcase_15 AC 225 ms
41,472 KB
testcase_16 AC 216 ms
41,472 KB
testcase_17 AC 214 ms
41,600 KB
testcase_18 AC 216 ms
41,472 KB
testcase_19 AC 223 ms
41,600 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

# ref:
# https://yukicoder.me/submissions/664605

$y=1/(exp(1)*atan2(0,-1)**2);
<>;
print$y/3*(2*exp(1)+exp(cos($y/$_))),$/for<>;
0