Problem | glottalstops |
---|---|
User | Haocheng |
Submission Time | 2024-11-08 11:05:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
glottalstops.cpp: In function ‘int32_t main()’:
glottalstops.cpp:22:21: error: ‘g’ was not declared in this scope
22 | g++;
| ^
glottalstops.cpp:24:21: error: ‘h’ was not declared in this scope
24 | h++;
| ^
glottalstops.cpp:28:23: error: ‘g’ was not declared in this scope
28 | int difference = abs(g - h);
| ^
glottalstops.cpp:28:27: error: ‘h’ was not declared in this scope
28 | int difference = abs(g - h);
| ^