結果

問題 No.1287 えぬけー
ユーザー tyawanmusityawanmusi
提出日時 2020-11-13 21:16:07
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 443 ms / 2,000 ms
コード長 97 bytes
コンパイル時間 203 ms
コンパイル使用メモリ 82,252 KB
実行使用メモリ 77,116 KB
最終ジャッジ日時 2024-07-22 20:23:48
合計ジャッジ時間 3,671 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 37 ms
52,092 KB
testcase_01 AC 37 ms
52,216 KB
testcase_02 AC 37 ms
52,216 KB
testcase_03 AC 37 ms
52,484 KB
testcase_04 AC 37 ms
52,528 KB
testcase_05 AC 436 ms
76,900 KB
testcase_06 AC 424 ms
77,116 KB
testcase_07 AC 443 ms
77,000 KB
testcase_08 AC 411 ms
76,976 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

m=10**9+7
for _ in[0]*int(input()):x,k=map(int,input().split());print(pow(x,pow(k,m//2-2,m-1),m))
0