結果

問題 No.251 大きな桁の復習問題(1)
ユーザー cielciel
提出日時 2015-07-24 22:23:19
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 186 ms / 5,000 ms
コード長 36 bytes
コンパイル時間 145 ms
コンパイル使用メモリ 77,632 KB
実行使用メモリ 78,200 KB
最終ジャッジ日時 2023-08-25 02:12:53
合計ジャッジ時間 4,556 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
76,220 KB
testcase_01 AC 72 ms
76,220 KB
testcase_02 AC 73 ms
76,372 KB
testcase_03 AC 72 ms
76,604 KB
testcase_04 AC 72 ms
76,448 KB
testcase_05 AC 73 ms
76,372 KB
testcase_06 AC 72 ms
76,492 KB
testcase_07 AC 73 ms
76,192 KB
testcase_08 AC 73 ms
76,276 KB
testcase_09 AC 182 ms
77,848 KB
testcase_10 AC 184 ms
77,952 KB
testcase_11 AC 186 ms
78,200 KB
testcase_12 AC 182 ms
78,132 KB
testcase_13 AC 181 ms
77,888 KB
testcase_14 AC 184 ms
77,980 KB
testcase_15 AC 180 ms
77,788 KB
testcase_16 AC 183 ms
77,992 KB
testcase_17 AC 177 ms
78,016 KB
testcase_18 AC 177 ms
77,856 KB
testcase_19 AC 174 ms
78,132 KB
testcase_20 AC 73 ms
76,512 KB
testcase_21 AC 73 ms
76,452 KB
testcase_22 AC 72 ms
76,408 KB
testcase_23 AC 73 ms
76,632 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print pow(input(),input(),129402307)
0