{"problem":{"name":"flip","description":{"content":"You are given a string $s$ consisting of two kinds of characters, `0` and `1`. Print the string obtained by replacing `0` with `1` and `1` with `0` in $s$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc289_a"},"statements":[{"statement_type":"Markdown","content":"You are given a string $s$ consisting of two kinds of characters, `0` and `1`. Print the string obtained by replacing `0` with `1` and `1` with `0` in $s$.\n\n## Constraints\n\n*   The length of $s$ is between $1$ and $10$, inclusive.\n*   $s$ consists of two kinds of characters, `0` and `1`.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$s$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc289_a","tags":[],"sample_group":[["01","10\n\nThe $1$\\-st character of $s$ is `1`, so the $1$\\-st character to print is `0`. The $2$\\-nd character of $s$ is `0`, so the $2$\\-nd character to print is `1`."],["1011","0100"],["100100001","011011110"]],"created_at":"2026-03-03 11:01:14"}}