Problem conlang
User blob
Submission Time 2023-12-20 14:58:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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