{"raw_statement":[{"iden":"problem statement","content":"Given is an integer $x$ that is greater than or equal to $0$, and less than or equal to $1$. Output $1$ if $x$ is equal to $0$, or $0$ if $x$ is equal to $1$."},{"iden":"constraints","content":"*   $0 \\leq x \\leq 1$\n*   $x$ is an integer"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$x$"},{"iden":"sample input 1","content":"1"},{"iden":"sample output 1","content":"0"},{"iden":"sample input 2","content":"0"},{"iden":"sample output 2","content":"1"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}