#include int main() { int a; scanf("%d",&a); int C = 1; for(;;C*=2) { if(a==C) { printf("-1 -1 -1"); return 0; } if(a