結果

問題 No.167 N^M mod 10
ユーザー tookunn_1213tookunn_1213
提出日時 2016-06-05 12:02:52
言語 PyPy2
(7.3.15)
結果
WA  
実行時間 -
コード長 30 bytes
コンパイル時間 550 ms
コンパイル使用メモリ 77,108 KB
実行使用メモリ 76,568 KB
最終ジャッジ日時 2024-04-17 04:42:18
合計ジャッジ時間 3,622 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 77 ms
76,288 KB
testcase_04 WA -
testcase_05 AC 73 ms
75,820 KB
testcase_06 WA -
testcase_07 AC 72 ms
75,520 KB
testcase_08 AC 72 ms
75,648 KB
testcase_09 AC 71 ms
75,392 KB
testcase_10 AC 73 ms
75,424 KB
testcase_11 WA -
testcase_12 AC 70 ms
75,776 KB
testcase_13 WA -
testcase_14 AC 72 ms
75,776 KB
testcase_15 AC 70 ms
75,648 KB
testcase_16 AC 71 ms
75,648 KB
testcase_17 AC 72 ms
75,676 KB
testcase_18 WA -
testcase_19 AC 70 ms
75,776 KB
testcase_20 WA -
testcase_21 AC 71 ms
75,392 KB
testcase_22 WA -
testcase_23 AC 72 ms
75,516 KB
testcase_24 AC 78 ms
76,160 KB
testcase_25 WA -
testcase_26 AC 74 ms
75,672 KB
testcase_27 WA -
testcase_28 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

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