심심해서 아래 문제 코딩해서 올렸더니 틀렸다고 나와서요.
http://www.try-cat.ch/contest/view/exercise/27
어디가 틀린걸까요?
#include
int main()
{
const int lengthofword = 20;
char szWords[lengthofword] = {'A','A','A','B','B','G','F','F','F','F',};
int countWord = lengthofword, countAlphabetWord = 0;
const int countasc = 128;
int countAscs[countasc] = {0,};