#include using namespace std; //#include //using namespace atcoder; using ll=long long; using Graph=vector>>; int main(){ int N; cin>>N; int three='+'-'('; int five='-'-'('; int zero='+'-'+'; int one=')'-'('; for(int i=one;i<=N;i++){ if(i%(three*five)==zero){ cout<<"FizzBuzz"<