{"problem":{"name":"Capitalized?","description":{"content":"You are given a non-empty string $S$ consisting of uppercase and lowercase English letters. Determine whether the following condition is satisfied: *   The first character of $S$ is uppercase, and al","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc338_a"},"statements":[{"statement_type":"Markdown","content":"You are given a non-empty string $S$ consisting of uppercase and lowercase English letters. Determine whether the following condition is satisfied:\n\n*   The first character of $S$ is uppercase, and all other characters are lowercase.\n\n## Constraints\n\n*   $1 \\leq |S| \\leq 100$ ($|S|$ is the length of the string $S$.)\n*   Each character of $S$ is an uppercase or lowercase English letter.\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":"abc338_a","tags":[],"sample_group":[["Capitalized","Yes\n\nThe first character `C` of `Capitalized` is uppercase, and all other characters `apitalized` are lowercase, so you should print `Yes`."],["AtCoder","No\n\n`AtCoder` contains an uppercase letter `C` that is not at the beginning, so you should print `No`."],["yes","No\n\nThe first character `y` of `yes` is not uppercase, so you should print `No`."],["A","Yes"]],"created_at":"2026-03-03 11:01:14"}}