#include "myhead.h"

bool is_pangram(const char* str)
{
return is_Pangram(str);
}

내 머릿속의 함수를 끄집어내서 풀갯다 ㅎ

나도 해보고싶은데 밖이라 구경이나 해야지

- dc official App