#include <iostream> using namespace std; int main() { // your code goes here return 0; } ```in this problem why n is divided by 4 Problem Link: https://www.codechef.com/problems/NUMGAME2