Nội dung Bài tập
Mã:
A.PowerStrings
Tên:
Power Strings
Dạng thi:
oi
Thang điểm:
10 điểm
Giới hạn thời gian:
1 giây
Giới hạn bộ nhớ:
64 MB
Được tạo bởi:
admin
Given two strings a and b we define a*b to be their concatenation. 
For example, if a = 'abc' and b= 'def' then a*b='abcdef'. 

If we think of concatenation as multiplication, exponentiation by a non-negative integer is defined in the normal way: a0 = '' (the empty string) and a(n+1)=a*(an).

Input
Each test case is a line of input representing s, a string of printable char-acters. The length of will be at least 1 and will not exceed 1 million characters. A line containing a period follows the last test case.

Output
For each you should print the largest such that an for some string a.

SampleInput
abcd
aaaa
ababab
.

SampleOutput
1
4
3

    Quảng cáo
       Ngôn ngữ : 

       Theme : 
Mời bạn soạn code



		



      Ai có thể xem bài này : 

Thông tin



Phần thảo luận