#include using namespace std; int N; main() { cin>>N; int t=N&-N; N-=t; if(N==0) { cout<<"-1 -1 -1"<