13 3 9 5 2 7 1 8 8 2 1 5 2 3 6
26 When the width of the window is $26$, you can fit the given sentence into three lines as follows.  You cannot fit the given sentence into three lines when the width of the window is $25$ or less, so print $26$. Note that you should not display a word across multiple lines, let the width of a line exceed the width of the window, or rearrange the words. 
10 1 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000
10000000009
Note that the answer may not fit into a $32\operatorname{bit}$ integer.30 8 8 55 26 97 48 37 47 35 55 5 17 62 2 60 23 99 73 34 75 7 46 82 84 29 41 32 31 52 32 60
189
{
"problem": {
"name": "Minimum Width",
"description": {
"content": "Takahashi is displaying a sentence with $N$ words in a window. All words have the same height, and the width of the $i$\\-th word $(1\\leq i\\leq N)$ is $L _ i$. The words are displayed in the window sep",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc319_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Takahashi is displaying a sentence with $N$ words in a window. All words have the same height, and the width of the $i$\\-th word $(1\\leq i\\leq N)$ is $L _ i$.\nThe words are displayed in the window sep...",
"is_translate": false,
"language": "English"
}
]
}