#!/usr/bin/env python3
for x in range(100):print(x%3//2*'Fizz'+x%5//4*'Buzz'or-~x)