結果

問題 No.167 N^M mod 10
ユーザー tookunn_1213tookunn_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
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 69 ms
75,944 KB
testcase_04 WA -
testcase_05 AC 67 ms
75,388 KB
testcase_06 WA -
testcase_07 AC 66 ms
75,448 KB
testcase_08 AC 66 ms
75,448 KB
testcase_09 AC 64 ms
75,156 KB
testcase_10 AC 64 ms
75,036 KB
testcase_11 WA -
testcase_12 AC 66 ms
75,420 KB
testcase_13 WA -
testcase_14 AC 63 ms
75,512 KB
testcase_15 AC 66 ms
75,312 KB
testcase_16 AC 64 ms
75,544 KB
testcase_17 AC 66 ms
75,644 KB
testcase_18 WA -
testcase_19 AC 67 ms
75,284 KB
testcase_20 WA -
testcase_21 AC 67 ms
75,324 KB
testcase_22 WA -
testcase_23 AC 67 ms
75,304 KB
testcase_24 AC 74 ms
76,344 KB
testcase_25 WA -
testcase_26 AC 65 ms
75,536 KB
testcase_27 WA -
testcase_28 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

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