{"raw_statement":[{"iden":"problem statement","content":"You are playing the slots.\nThe result of a spin is represented by three uppercase English letters $C_1$, $C_2$, and $C_3$. It is considered a win when all of them are the same letter.\nDetermine whether it is a win."},{"iden":"constraints","content":"*   $C_i$ is an uppercase English letter."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$C_1 C_2 C_3$"},{"iden":"sample input 1","content":"SSS"},{"iden":"sample output 1","content":"Won\n\nAll of them are the same letter, so it is a win."},{"iden":"sample input 2","content":"WVW"},{"iden":"sample output 2","content":"Lost\n\nIt is not a win."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}