Help me in solving FIZZBUZZ2309 problem

My issue

I’m unable to solve this problem.

My code

#include <iostream>
using namespace std;

int main() {
	// your code goes here
	return 0;
}

Problem Link: FIZZBUZZ2309 Problem - CodeChef