結果

問題 No.251 大きな桁の復習問題(1)
ユーザー cielciel
提出日時 2015-07-24 22:23:19
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 116 ms / 5,000 ms
コード長 36 bytes
コンパイル時間 132 ms
コンパイル使用メモリ 77,084 KB
実行使用メモリ 76,964 KB
最終ジャッジ日時 2024-06-06 03:11:23
合計ジャッジ時間 3,224 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
75,308 KB
testcase_01 AC 74 ms
75,684 KB
testcase_02 AC 69 ms
75,908 KB
testcase_03 AC 69 ms
75,680 KB
testcase_04 AC 71 ms
75,804 KB
testcase_05 AC 70 ms
75,400 KB
testcase_06 AC 72 ms
75,648 KB
testcase_07 AC 73 ms
75,832 KB
testcase_08 AC 70 ms
75,544 KB
testcase_09 AC 111 ms
76,936 KB
testcase_10 AC 113 ms
76,776 KB
testcase_11 AC 112 ms
76,560 KB
testcase_12 AC 116 ms
76,568 KB
testcase_13 AC 113 ms
76,964 KB
testcase_14 AC 115 ms
76,856 KB
testcase_15 AC 112 ms
76,840 KB
testcase_16 AC 112 ms
76,840 KB
testcase_17 AC 112 ms
76,336 KB
testcase_18 AC 110 ms
76,560 KB
testcase_19 AC 111 ms
76,960 KB
testcase_20 AC 73 ms
75,552 KB
testcase_21 AC 69 ms
75,288 KB
testcase_22 AC 69 ms
75,532 KB
testcase_23 AC 69 ms
75,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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