{"problem":{"name":"abc of ABC","description":{"content":"You are given a string $S$ of length $3$ consisting of `a`, `b` and `c`. Determine if $S$ can be obtained by permuting `abc`.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc093_a"},"statements":[{"statement_type":"Markdown","content":"You are given a string $S$ of length $3$ consisting of `a`, `b` and `c`. Determine if $S$ can be obtained by permuting `abc`.\n\n## Constraints\n\n*   $|S|=3$\n*   $S$ consists of `a`, `b` and `c`.\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":"abc093_a","tags":[],"sample_group":[["bac","Yes\n\nSwapping the first and second characters in `bac` results in `abc`."],["bab","No"],["abc","Yes"],["aaa","No"]],"created_at":"2026-03-03 11:01:14"}}