{"problem":{"name":"Triangle","description":{"content":"Given is an integer $S$. Find a combination of six integers $X_1,Y_1,X_2,Y_2,X_3,$ and $Y_3$ that satisfies all of the following conditions: *   $0 \\leq X_1,Y_1,X_2,Y_2,X_3,Y_3 \\leq 10^9$ *   The are","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"agc036_a"},"statements":[{"statement_type":"Markdown","content":"Given is an integer $S$. Find a combination of six integers $X_1,Y_1,X_2,Y_2,X_3,$ and $Y_3$ that satisfies all of the following conditions:\n\n*   $0 \\leq X_1,Y_1,X_2,Y_2,X_3,Y_3 \\leq 10^9$\n*   The area of the triangle in a two-dimensional plane whose vertices are $(X_1,Y_1),(X_2,Y_2),$ and $(X_3,Y_3)$ is $S/2$.\n\nWe can prove that there always exist six integers that satisfy the conditions under the constraints of this problem.\n\n## Constraints\n\n*   $1 \\leq S \\leq 10^{18}$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"agc036_a","tags":[],"sample_group":[["3","1 0 2 2 0 1\n\nThe area of the triangle in a two-dimensional plane whose vertices are $(1,0),(2,2),$ and $(0,1)$ is $3/2$. Printing `3 0 3 1 0 1` or `1 0 0 1 2 2` will also be accepted."],["100","0 0 10 0 0 10"],["311114770564041497","314159265 358979323 846264338 327950288 419716939 937510582"]],"created_at":"2026-03-03 11:01:14"}}