class MathStuff { HashMap hashMap = new HashMap<>(); public int Fibo(long n) { if (n == 1 || n == 2) retur