Problem segmenttree
User Informatics271
Submission Time 2025-09-20 16:26:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp:6:8: error: field ‘r’ has incomplete type ‘ST’
6 | ST* l,r;
| ^
segmenttree.cpp:4:8: note: definition of ‘struct ST’ is not complete until the closing brace
4 | struct ST{
| ^~