結果

問題 No.251 大きな桁の復習問題(1)
ユーザー TawaraTawara
提出日時 2015-08-01 14:09:47
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 123 ms / 5,000 ms
コード長 36 bytes
コンパイル時間 2,460 ms
コンパイル使用メモリ 76,576 KB
実行使用メモリ 76,944 KB
最終ジャッジ日時 2024-05-09 22:51:20
合計ジャッジ時間 3,718 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 76 ms
75,396 KB
testcase_01 AC 74 ms
75,664 KB
testcase_02 AC 74 ms
75,416 KB
testcase_03 AC 74 ms
75,172 KB
testcase_04 AC 74 ms
75,300 KB
testcase_05 AC 76 ms
75,312 KB
testcase_06 AC 75 ms
75,548 KB
testcase_07 AC 75 ms
75,308 KB
testcase_08 AC 78 ms
75,292 KB
testcase_09 AC 121 ms
76,792 KB
testcase_10 AC 121 ms
76,684 KB
testcase_11 AC 120 ms
76,832 KB
testcase_12 AC 119 ms
76,916 KB
testcase_13 AC 120 ms
76,936 KB
testcase_14 AC 121 ms
76,704 KB
testcase_15 AC 122 ms
76,932 KB
testcase_16 AC 123 ms
76,848 KB
testcase_17 AC 119 ms
76,944 KB
testcase_18 AC 123 ms
76,732 KB
testcase_19 AC 120 ms
76,696 KB
testcase_20 AC 76 ms
75,676 KB
testcase_21 AC 74 ms
75,304 KB
testcase_22 AC 75 ms
75,620 KB
testcase_23 AC 75 ms
75,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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