結果

問題 No.3026 Third Power Problem
ユーザー kotatsugamekotatsugame
提出日時 2017-03-31 22:51:01
言語 Perl
(5.38.0)
結果
AC  
実行時間 58 ms / 2,000 ms
コード長 34 bytes
コンパイル時間 528 ms
コンパイル使用メモリ 14,084 KB
実行使用メモリ 14,376 KB
最終ジャッジ日時 2023-09-21 11:06:07
合計ジャッジ時間 2,972 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 56 ms
14,084 KB
testcase_01 AC 57 ms
14,276 KB
testcase_02 AC 56 ms
14,156 KB
testcase_03 AC 57 ms
14,336 KB
testcase_04 AC 57 ms
14,068 KB
testcase_05 AC 56 ms
14,208 KB
testcase_06 AC 57 ms
14,192 KB
testcase_07 AC 56 ms
14,220 KB
testcase_08 AC 56 ms
14,216 KB
testcase_09 AC 56 ms
14,200 KB
testcase_10 AC 57 ms
14,148 KB
testcase_11 AC 57 ms
14,060 KB
testcase_12 AC 56 ms
14,068 KB
testcase_13 AC 58 ms
14,180 KB
testcase_14 AC 56 ms
14,180 KB
testcase_15 AC 57 ms
14,372 KB
testcase_16 AC 57 ms
14,148 KB
testcase_17 AC 56 ms
14,360 KB
testcase_18 AC 56 ms
14,272 KB
testcase_19 AC 56 ms
14,336 KB
testcase_20 AC 56 ms
14,076 KB
testcase_21 AC 56 ms
14,088 KB
testcase_22 AC 57 ms
14,340 KB
testcase_23 AC 57 ms
14,376 KB
testcase_24 AC 58 ms
14,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

use bignum;print<>**3%(10**9+7),$/
0