Problem glottalstops
User trashcan08
Submission Time 2024-11-08 09:35:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

glottalstops.cpp: In function ‘int32_t main()’:
glottalstops.cpp:13:17: error: ‘isVowel’ was not declared in this scope; did you mean ‘islower’?
13 | if (isVowel(word[j]) && isVowel(word[j+1])){
| ^~~~~~~
| islower