Help me in solving SYN2V2 problem

My issue

My code

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

int main() {

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

  return 0;
}

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

@hakuna_2003 in this problem you have to replace _(underscore) with I love C++.

you have used srija , what i can see from your code.
so what is the issue , what is the doubt ?