#include <iostream>
using namespace std;
int main() {
// Print standard output // on the screen cout \<\< "Welcome to GFG"; return 0;
}