let num = readline(); let n = Math.pow(num,1/3); console.log(n.toFixed(1))
let num = readline();
let n = Math.pow(num,1/3);
console.log(n.toFixed(1))