結果

問題 No.167 N^M mod 10
ユーザー dango
提出日時 2023-06-16 19:03:34
言語 PyPy3
(7.3.15)
結果
RE  
実行時間 -
コード長 42 bytes
コンパイル時間 290 ms
コンパイル使用メモリ 82,248 KB
実行使用メモリ 66,528 KB
最終ジャッジ日時 2024-06-24 11:05:17
合計ジャッジ時間 2,855 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 17 RE * 10
権限があれば一括ダウンロードができます

ソースコード

diff #

print(pow(int(input()), int(input()), 10))
0