#include using namespace std; int main(){ int a,b; cin >>a; for(int i = 0 ; i < a ; ++i) { if(i%3 == 0) { cout << "Fizz" <