Help me in solving SYN2V2 problem

My issue

My code

#include <bits/stdc++.h>
using namespace std;

int main() {

  cout << "_"; //Replace the _ (underscores) with "I love C++"

  return 0;
}

Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone

cout << “I Love C++”;