390 - Letter Sequence Analysis
Posted: Thu Jan 29, 2004 5:05 pm
in the problem description there is a line:
and also the Sample output for the line:
i think the problem description should be checkcked.......
but i got ACwithPE for printing the blank line between two analiese but got AC for printing blank line after each analises.Print a blank line between two analises.
and also the Sample output for the line:
here the frequency of E is not 201 but 206 and all the other datas are also wrong.When the first three paragraphs of this problem description are used as input, the output should appear as shown here:
Analysis for Letter Sequences of Length 1
-----------------------------------------
Frequency = 201, Sequence(s) = (E)
Frequency = 112, Sequence(s) = (T)
Frequency = 96, Sequence(s) = (S)
Frequency = 90, Sequence(s) = (R)
Frequency = 84, Sequence(s) = (N)
............................
........................
i think the problem description should be checkcked.......