enum M{M;int i;{for(;i++<100;)System.out.println(i%3<1?i%5<1?"BizzFuzz":"Fizz":i%5<1?"Buzz":i);}}