eolymp
bolt
Попробуйте наш новый интерфейс для отправки задач
Задачи

Kickdown

Kickdown

A research laboratory of a world-leading automobile company has received an order to create a special transmission mechanism, which allows for incredibly efficient kickdown --- an operation of switching to lower gear. After several months of research engineers found that the most efficient solution requires special gears with teeth and cavities placed non-uniformly. They calculated the optimal flanks of the gears. Now they want to perform some experiments to prove their findings. The first phase of the experiment is done with planar toothed sections, not round-shaped gears. A section of length \textbf{n}consists of \textbf{n} units. The unit is either a cavity of height \textbf{h} or a tooth of height \textbf{2h}. Two sections are required for the experiment: one to emulate master gear (with teeth at the bottom) and one for the driven gear (with teeth at the top). \includegraphics{https://static.e-olymp.com/content/a2/a2430cfe7c8f3004d8107d3cc519e60df5a2a896.jpg} There is a long stripe of width 3h in the laboratory and its length is enough for cutting two engaged sections together. The sections are irregular but they may still be put together if shifted along each other. \includegraphics{https://static.e-olymp.com/content/1e/1e2a1e3b76345a3ee59ceeec5734e98c7faa6a35.jpg} The stripe is made of an expensive alloy, so the engineers want to use as little of it as possible. You need to find the minimal length of the stripe which is enough for cutting both sections simultaneously. \InputFile There are two lines in the input, each contains a string to describe a section. The first line describes master section (teeth at the bottom) and the second line describes driven section (teeth at the top). Each character in a string represents one section unit --- \textbf{1} for a cavity and \textbf{2} for a tooth. The sections can not be flipped or rotated. Each string is non-empty and its length does not exceed \textbf{100}. \OutputFile Write a single integer number to the output --- the minimal length of the stripe required to cut off given sections.
Лимит времени 1 секунда
Лимит использования памяти 64 MiB
Входные данные #1
2112112112
2212112
Выходные данные #1
10