My issue
why this problem is wrong
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
cout<< 2;
cout<< end1;
cout<< 3;
cout<< 2<< end1<< 3;
retuen 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone