結果
問題 |
No.167 N^M mod 10
|
ユーザー |
|
提出日時 | 2023-07-07 22:15:03 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 45 ms / 1,000 ms |
コード長 | 90 bytes |
コンパイル時間 | 284 ms |
コンパイル使用メモリ | 82,256 KB |
実行使用メモリ | 62,160 KB |
最終ジャッジ日時 | 2024-07-21 18:20:31 |
合計ジャッジ時間 | 2,809 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 27 |
ソースコード
import sys sys.set_int_max_str_digits(10 ** 9) print(pow(int(input()),int(input()),10))