版本7和8间的区别
于2006-04-21 21:08:46修订的的版本7
大小: 2268
编辑: czk
备注:
于2008-02-23 15:36:39修订的的版本8
大小: 2272
编辑: localhost
备注: converted to 1.6 markup
删除的内容标记成这样。 加入的内容标记成这样。
行号 12: 行号 12:
attachment:abcircle.gif {{attachment:abcircle.gif}}

AB Circle

http://acm.zju.edu.cn/show_problem.php?pid=2329

Time limit: 1 Seconds

Memory limit: 32768K

A circle formed by 'a' and 'b', you are required to figure out all such pairs of positions that when cutting the circle in a pair of the positions, we will get two segments that the number of 'a's in one segment is equal to the number of 'b's in the other segment.

abcircle.gif

1. Input

The length of circle: n is between 2 and 1000 inclusive.

All the characters in the input is either 'a' or 'b'.

There is no strings without any 'a' in the input.

There is no strings without any 'b' in the input.

2. Output

There are no more than 400 test cases. For each test case, print out all the correct cuttings. For each cutting, print out a pair of integers, representing the two positions to cut on.

In output, all the pairs of positions should be sorted.

The legal positions' number is between 0 and n-1 inclusive.

Print a blank line after each test case.

3. Sample Input

zju2329 (2008-02-23 15:36:39由localhost编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.