Problem 4.
Turbo the snail sits on a point on a circle with circumference
. Given an infinite sequence of positive real numbers
, Turbo successively crawls distances

around the circle, each time choosing to crawl either clockwise or counterclockwise.
For example, if the sequence c
1, c
2, c
3, . . . is 0.4 , 0.6 , 0.3 , . . . , then Turbo may start crawling as follows:
Determine the largest constant

with the following property: for every sequence of positive real numbers

with

for all
, Turbo can (after studying the sequence) ensure that there is some point on the circle that it will never visit or crawl across.