結果

問題 No.8026 Third Power Problem
ユーザー souta-1326souta-1326
提出日時 2022-03-24 19:23:22
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 41 ms / 2,000 ms
コード長 34 bytes
コンパイル時間 514 ms
コンパイル使用メモリ 81,536 KB
実行使用メモリ 51,584 KB
最終ジャッジ日時 2024-10-13 03:03:07
合計ジャッジ時間 2,390 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 25
権限があれば一括ダウンロードができます

ソースコード

diff #

print(pow(int(input()),3,10**9+7))
0