#include
using namespace std;
int main() {
int N,m,n;
cin>>N;
if(N==1||N==2)
cout<<"-1"<<endl;
else if(N%2==0){
m=N/2;
n=1;
cout<<mm-nn<<" β<<mm+nn<<endl;
}
else{
m=(N+1)/2;
n=(N-1)/2;
cout<<2mn<<β "<<mm+nn<<endl;
}
return 0;
}
For this question, I was able to pass only 3 test cases out of 5. 2 were showing wrong answer. Is there any problem with my code?