3
7 There are $7$ valid colorings. Here, $(c_1, c_2, c_3)$ means that sheet $1$ is painted in color $c_1$, sheet $2$ in $c_2$, and sheet $3$ in $c_3$. * (red, red, yellow) * (red, yellow, red) * (yellow, red, red) * (blue, blue, yellow) * (blue, yellow, blue) * (yellow, blue, blue) * (yellow, yellow, yellow)
1000000000
224965629
{
"problem": {
"name": "Colored Paper",
"description": {
"content": "There are $N$ sheets of paper, numbered from $1$ to $N$. Each sheet can be painted in one of three colors: red, blue, or yellow. The coloring must satisfy the following conditions: * Each sheet",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "fps_24_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ sheets of paper, numbered from $1$ to $N$. \nEach sheet can be painted in one of three colors: red, blue, or yellow. \nThe coloring must satisfy the following conditions:\n\n* Each sheet...",
"is_translate": false,
"language": "English"
}
]
}