Problem conlang
User StormyGood
Submission Time 2024-02-23 19:30:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conlang.cpp: In function ‘bool isValidWord(const string&, const string&)’:
conlang.cpp:14:97: error: ‘isVowel’ was not declared in this scope; did you mean ‘islower’?
14 | if (syllableStructure[i] == 'C' && !isalpha(word[i]) || syllableStructure[i] == 'V' && !isVowel(word[i])) {
| ^~~~~~~
| islower