Problem | segmenttree |
---|---|
User | Samyeobeo |
Submission Time | 2025-09-20 16:28:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree.cpp:42:4: error: ISO C++ forbids declaration of ‘root’ with no type [-fpermissive]
42 | } *root;
| ^~~~
segmenttree.cpp:57:1: error: expected ‘}’ at end of input
57 | }
| ^
segmenttree.cpp:3:12: note: to match this ‘{’
3 | struct node{
| ^
segmenttree.cpp:57:1: error: expected unqualified-id at end of input
57 | }
| ^