Problem nihonese
User thatlycheeoolongdrink
Submission Time 2024-03-28 08:26:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nihonese.cpp: In function ‘bool isValidNihoneseWord(const string&)’:
nihonese.cpp:9:26: error: ‘isVowel’ was not declared in this scope; did you mean ‘islower’?
9 | if (c != 'n' && !isVowel(c) && (i == word.size() - 1 || !isVowel(word[i + 1]))) {
| ^~~~~~~
| islower