結果

問題 No.1271 初めての級数
ユーザー tailstails
提出日時 2020-10-30 21:28:52
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 289 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 4,968 KB
最終ジャッジ日時 2023-09-29 04:50:53
合計ジャッジ時間 983 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 3 ms
4,956 KB
testcase_02 AC 3 ms
4,944 KB
testcase_03 AC 3 ms
4,872 KB
testcase_04 AC 2 ms
4,812 KB
testcase_05 AC 3 ms
4,760 KB
testcase_06 AC 2 ms
4,832 KB
testcase_07 AC 2 ms
4,812 KB
testcase_08 AC 2 ms
4,968 KB
testcase_09 AC 2 ms
4,776 KB
testcase_10 AC 2 ms
4,756 KB
testcase_11 AC 2 ms
4,820 KB
testcase_12 AC 2 ms
4,816 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$k=<>;
print $k==0?atan2(-1,0)**2/6:do{$x+=1/$_ for 1..$k;$x/$k}
0