F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Fxx and string

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others)
Total Submission(s): 2216    Accepted Submission(s): 995


Problem Description
Young theoretical computer scientist Fxx get a string which contains lowercase letters only.

The string $S$ contains $n$ lowercase letters $S_1S_2\ldots S_n$.Now Fxx wants to know how many three tuple $(i,j,k)$ there are which can meet the following conditions:

1กข$i, j, k$ are adjacent into a geometric sequence.

2กข$S_i=$'$y$'$,S_j=$'$r$'$,S_k=$'$x$'.

3.Either j|i or j|k
 

Input
In the first line, there is an integer $T(1\leq T\leq100)$ indicating the number of test cases.

$T$ lines follow, each line contains a string, which contains only lowercase letters.(The length of string will not exceed $10000$).
 

Output
For each case, output the answer.
 

Sample Input
2 xyyrxx yyrrxxxxx
 

Sample Output
0 2
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-04-30 17:21:39, Gzip enabled