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

7857번 - Simple prefix compression 다국어

시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 128 MB109656361.765%

문제

Many databases store the data in the character fields (and especially indices) using prefix compression. This technique compresses a sequence of strings A1, ..., AN by the following method: if there are strings Ai = ai,1ai,2...ai,p and Ai + 1 = ai+1,1ai+1,2...ai+1,q such that for some j ≤ min(p, q) ai,1 = ai+1,1, ai,2 = ai+1,2, ... ai,j = ai+1,j, then the second string is stored as [j]ai+1,j+1ai+1,j+2... ai+1,q, where [j] is a single character with code j.

If j = 0, that is, strings do not have any common prefix, then the second string is prefixed with zero byte, and so the total length actually increases.

입력

First line of input file contains integer number N, with following N lines containing strings A1 ... AN

출력

Output file must contain a single integer — minimal total length of compressed strings.

제한

  • 1 ≤ N ≤ 10000, 1 ≤ length(Ai) ≤ 255.

예제 입력 1

3
abc
atest
atext

예제 출력 1

11

예제 입력 2

2
test
notest

예제 출력 2

11

힌트

출처

ICPC > Regionals > Northern Eurasia > Far Eastern Russia Regional Contest > NEERC Far-Eastern Subregional 2003 F번

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

출처

대학교 대회

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

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