Logo
(追記) (追記ここまで)

26511번 - Complexity 다국어

시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 1024 MB19615514079.096%

문제

Define the complexity of a string to be the number of distinct letters in it. For example, the string string has complexity 6 and the string letter has complexity 4.

You like strings which have complexity either 1 or 2. Your friend has given you a string and you want to turn it into a string that you like. You have a magic eraser which will delete one letter from any string. Compute the minimum number of times you will need to use the eraser to turn the string into a string with complexity at most 2.

입력

The first line of input contains a positive integer n. Each of the following n lines contains a single string of at most 100 lowercase ASCII letters (‘a’-‘z’).

출력

For each input string print, on a single line, the minimum number of times you need to use the eraser.

제한

예제 입력 1

5
string
letter
aaabbb
aaabbbccc
uncopyrightable

예제 출력 1

4
2
0
3
13

힌트

출처

School > PLU High School Programming Contest > PLU 2016 > Advanced 3번

(追記) (追記ここまで)

출처

대학교 대회

  • 사업자 등록 번호: 541-88-00682
  • 대표자명: 최백준
  • 주소: 서울시 서초구 서초대로74길 29 서초파라곤 412호
  • 전화번호: 02-521-0487 (이메일로 연락 주세요)
  • 이메일: contacts@startlink.io
  • 통신판매신고번호: 제 2017-서울서초-2193 호

AltStyle によって変換されたページ (->オリジナル) /