| Problem | glottalstops |
|---|---|
| User | shawn |
| Submission Time | 2024-07-05 15:29:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
glottalstops.cpp: In function ‘int32_t main()’:
glottalstops.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
glottalstops.cpp:51:14: note: in expansion of macro ‘int’
51 | t = max(t, int(0));
| ^~~