using System; class NMmod10 { static public void Main(string[] args) { long N = long.Parse(Console.ReadLine()); long M = long.Parse(Console.ReadLine()); long ret = 1; for(long i=0; i