Problem glottalstops
User jamallikestocode
Submission Time 2026-02-11 17:16:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

glottalstops.cpp: In function ‘int main()’:
glottalstops.cpp:13:9: error: ‘c_int’ was not declared in this scope; did you mean ‘u_int’?
13 | for(c_int i = 0; i < N.length(); i++){
| ^~~~~
| u_int
glottalstops.cpp:13:22: error: ‘i’ was not declared in this scope
13 | for(c_int i = 0; i < N.length(); i++){
| ^