Help me in solving SYN0V2 problem

My issue

Is it right??

My code

#include <iostream>
using namespace std;

int main() {
	std::cout << "Hello World" << std::endl;
	return 0;
}

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

2 Likes

Yes