{"problem":{"name":"Password","description":{"content":"Takahashi is going to set a $3$\\-character password. How many possible passwords are there if each of its characters must be a digit between $1$ and $N$ (inclusive)?","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc140_a"},"statements":[{"statement_type":"Markdown","content":"Takahashi is going to set a $3$\\-character password.\nHow many possible passwords are there if each of its characters must be a digit between $1$ and $N$ (inclusive)?\n\n## Constraints\n\n*   $1 \\leq N \\leq 9$\n*   $N$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc140_a","tags":[],"sample_group":[["2","8\n\nThere are eight possible passwords: `111`, `112`, `121`, `122`, `211`, `212`, `221`, and `222`."],["1","1\n\nThere is only one possible password if you can only use one kind of character."]],"created_at":"2026-03-03 11:01:14"}}