結果

問題 No.420 mod2漸化式
ユーザー tailstails
提出日時 2016-09-09 22:33:40
言語 Perl
(5.38.2)
結果
AC  
実行時間 41 ms / 1,000 ms
コード長 66 bytes
コンパイル時間 736 ms
コンパイル使用メモリ 11,096 KB
実行使用メモリ 11,512 KB
最終ジャッジ日時 2023-08-25 23:11:11
合計ジャッジ時間 3,230 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 36 ms
11,180 KB
testcase_01 AC 35 ms
11,184 KB
testcase_02 AC 35 ms
11,212 KB
testcase_03 AC 35 ms
11,408 KB
testcase_04 AC 35 ms
11,100 KB
testcase_05 AC 36 ms
11,280 KB
testcase_06 AC 35 ms
11,300 KB
testcase_07 AC 37 ms
11,064 KB
testcase_08 AC 36 ms
11,172 KB
testcase_09 AC 36 ms
11,084 KB
testcase_10 AC 35 ms
11,160 KB
testcase_11 AC 35 ms
11,388 KB
testcase_12 AC 41 ms
11,108 KB
testcase_13 AC 38 ms
11,104 KB
testcase_14 AC 38 ms
11,100 KB
testcase_15 AC 35 ms
11,512 KB
testcase_16 AC 35 ms
11,212 KB
testcase_17 AC 36 ms
11,388 KB
testcase_18 AC 35 ms
11,272 KB
testcase_19 AC 35 ms
11,372 KB
testcase_20 AC 35 ms
11,340 KB
testcase_21 AC 34 ms
11,128 KB
testcase_22 AC 35 ms
11,160 KB
testcase_23 AC 36 ms
11,336 KB
testcase_24 AC 36 ms
11,380 KB
testcase_25 AC 36 ms
11,340 KB
testcase_26 AC 34 ms
11,156 KB
testcase_27 AC 35 ms
11,172 KB
testcase_28 AC 36 ms
11,176 KB
testcase_29 AC 36 ms
11,176 KB
testcase_30 AC 37 ms
11,176 KB
testcase_31 AC 37 ms
11,424 KB
testcase_32 AC 37 ms
11,296 KB
testcase_33 AC 36 ms
11,228 KB
testcase_34 AC 37 ms
11,236 KB
testcase_35 AC 36 ms
11,164 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

use bigint;
$x=<>;
print 31->bnok($x),$",(2**31-1)*30->bnok($x-1);
0