Problem glottalstops
User PlayVoltz
Submission Time 2024-07-06 22:34:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

glottalstops.cpp: In function ‘int32_t main()’:
glottalstops.cpp:39:9: error: ‘isvowel’ was not declared in this scope; did you mean ‘islower’?
39 | if (!isvowel(s[i])||!isvowel(s[i+1]))continue;
| ^~~~~~~
| islower