Problem2131--Find string

2131: Find string

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 96  Solved: 16
[Submit] [Status] [Web Board] [Creator:]

Description

Given a string, find the position where

Input

Given a string

Output

Positive integers represent subscripts

Sample Input Copy

hellohello

Sample Output Copy

0

Source/Category

174