#include "bits/stdc++.h" using namespace std; int n,i; int main(){ for(i=1;i<=n;i++){ if(i%15 == 0){ cout<<"FizzBuzz"<