{"raw_statement":[{"iden":"problem statement","content":"You are given an integer $N$.\nFind a triple of positive integers $h$, $n$ and $w$ such that $4/N = 1/h + 1/n + 1/w$.\nIf there are multiple solutions, any of them will be accepted."},{"iden":"constraints","content":"*   It is guaranteed that, for the given integer $N$, there exists a solution such that $h,n,w \\leq 3500$."},{"iden":"inputs","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"2"},{"iden":"sample output 1","content":"1 2 2\n\n$4/2 = 1/1 + 1/2 + 1/2$."},{"iden":"sample input 2","content":"3485"},{"iden":"sample output 2","content":"872 1012974 1539173474040\n\nIt is allowed to use an integer exceeding $3500$ in a solution."},{"iden":"sample input 3","content":"4664"},{"iden":"sample output 3","content":"3498 3498 3498"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}