{"problem":{"name":"Three Threes","description":{"content":"You are given an integer $N$ between $1$ and $9$, inclusive, as input. Concatenate $N$ copies of the digit $N$ and print the resulting string.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc333_a"},"statements":[{"statement_type":"Markdown","content":"You are given an integer $N$ between $1$ and $9$, inclusive, as input.\nConcatenate $N$ copies of the digit $N$ and print the resulting string.\n\n## Constraints\n\n*   $N$ is an integer between $1$ and $9$, inclusive.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc333_a","tags":[],"sample_group":[["3","333\n\nConcatenate three copies of the digit $3$ to yield the string `333`."],["9","999999999"]],"created_at":"2026-03-03 11:01:13"}}