3 10 1937458062 8124690357 2385760149
6 Takahashi can stop each reel as follows so that $6$ seconds after the reels start spinning, all the reels display `8`. * Press the button corresponding to the second reel $0$ seconds after the reels start spinning. The second reel stops and displays `8`, the $((0 \bmod 10)+1=1)$\-st character of $S_2$. * Press the button corresponding to the third reel $2$ seconds after the reels start spinning. The third reel stops and displays `8`, the $((2 \bmod 10)+1=3)$\-rd character of $S_3$. * Press the button corresponding to the first reel $6$ seconds after the reels start spinning. The first reel stops and displays `8`, the $((6 \bmod 10)+1=7)$\-th character of $S_1$. There is no way to make the reels display the same character in $5$ or fewer seconds, so print $6$.
10 20 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789 01234567890123456789
90 Note that he must stop all the reels and make them display the same character.
5 10 0000000000 1111111111 2222222222 3333333333 4444444444
\-1 It is impossible to stop the reels so that all the displayed characters are the same. In this case, print `-1`.
10 20 14159265358979323846 26433832795028841971 69399375105820974944 59230781640628620899 86280348253421170679 82148086513282306647 09384460955058223172 53594081284811174502 84102701938521105559 64462294895493038196
11
{
"problem": {
"name": "Slot Strategy 2 (Hard)",
"description": {
"content": "> This problem is a harder version of Problem C, with $N$ reels instead of three and a greater upper limit for $M$. There is a slot machine with $N$ reels. The arrangement of symbols on the $i$\\-th",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc320_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "> This problem is a harder version of Problem C, with $N$ reels instead of three and a greater upper limit for $M$.\n\nThere is a slot machine with $N$ reels. \nThe arrangement of symbols on the $i$\\-th...",
"is_translate": false,
"language": "English"
}
]
}