#include void count(long int A,int B, int C, int k) { if (C==0) { if (A==B) printf("0"); else printf("FOREVER"); }else{ int zaklad=1; for (int i=0;i