結果

問題 No.167 N^M mod 10
ユーザー tookunn_1213
提出日時 2016-06-05 12:02:52
言語 PyPy2
(7.3.15)
結果
WA  
実行時間 -
コード長 30 bytes
コンパイル時間 763 ms
コンパイル使用メモリ 77,196 KB
実行使用メモリ 76,576 KB
最終ジャッジ日時 2024-10-08 15:27:31
合計ジャッジ時間 4,253 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 14 WA * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

print input()**(input()%10)%10
0