Số cuối cùng


Submit solution

Points: 1
Time limit: 0.5s
Memory limit: 10M

Author:
Problem type
Allowed languages
Ada, Assembly, Awk, C, C++, C11, CLANG, CLANGX, Classical, COBOL, Coffee, CSC, D lang, DART, F95, FORTH, Fortrn, GAS32, GO, Haskell, Itercal, Java, kotlin, LEAN, LISP, LUA, MONOVB, Nasm, OCAML, Pascal, Perl, php, PIKE, prolog, Pypy, Python, Ruby 2, RUST, Scala, SCM, SED, SWIFT, TCL, TUR, V8JS, VB, ZIG

Cho 2 số nguyên không âm \(a\) và \(b\). Hãy viết chương trình sao cho kết quả trả về là chữ số tận cùng của \(a^b\).

Input:

  • Gồm một dòng chứa 2 số nguyên \(a, b\) \((0 \le a,b \le 10^7)\)

Output:

  • Chứa số tận cùng của \(a^b\)

Example:

Input:

9 7

Output:

9

Comments

There are no comments at the moment.