Problem glottalstops
User yanwen
Submission Time 2026-02-11 17:52:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

glottalstops.cpp: In function ‘int main()’:
glottalstops.cpp:39:34: error: expected ‘;’ before ‘}’ token
39 | cout << dvowels - svowels
| ^
| ;
40 | }
| ~