結果

問題 No.2973 シュニレルマン積分入門
ユーザー tailstails
提出日時 2024-11-29 22:41:59
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 192 bytes
コンパイル時間 165 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-29 22:42:10
合計ジャッジ時間 2,236 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,816 KB
testcase_01 AC 3 ms
6,820 KB
testcase_02 WA -
testcase_03 AC 3 ms
6,816 KB
testcase_04 AC 3 ms
6,816 KB
testcase_05 AC 3 ms
6,820 KB
testcase_06 WA -
testcase_07 AC 3 ms
6,816 KB
testcase_08 AC 3 ms
6,816 KB
testcase_09 AC 3 ms
6,820 KB
testcase_10 AC 3 ms
6,820 KB
testcase_11 WA -
testcase_12 AC 3 ms
6,816 KB
testcase_13 WA -
testcase_14 AC 3 ms
6,816 KB
testcase_15 AC 3 ms
6,820 KB
testcase_16 AC 4 ms
6,820 KB
testcase_17 AC 3 ms
6,820 KB
testcase_18 WA -
testcase_19 AC 3 ms
6,816 KB
testcase_20 AC 3 ms
6,820 KB
testcase_21 WA -
testcase_22 AC 3 ms
6,820 KB
testcase_23 AC 2 ms
6,816 KB
testcase_24 AC 3 ms
6,816 KB
testcase_25 WA -
testcase_26 AC 3 ms
6,816 KB
testcase_27 WA -
testcase_28 AC 3 ms
6,820 KB
testcase_29 AC 3 ms
6,820 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;
CORE::say $n>0?"0/1":(1,1,-9,-19,71,261,-449,-3059,1431,32021,17711,-302499,-479609,2545381,7341471,-18112339,-91527049,89596341,1004866831,108903421,-9939764889)[-$n]."/1"."0"x(1-$n);
0