#include using namespace std; typedef signed long long ll; #undef _P #define _P(...) (void)printf(__VA_ARGS__) #define FOR(x,to) for(x=0;x>N>>M; N=N.substr(N.size()-1); if(M.size()>2) M=M.substr(M.size()-2); NN=atoi(N.c_str()); MM=atoi(M.c_str()); ll ret=1; FOR(i,MM) ret=ret*NN%10; cout<