Problem segmenttree2
User personjs
Submission Time 2025-02-13 17:09:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree2.cpp: In function ‘long long int incr(int, int, int, int)’:
segmenttree2.cpp:26:25: error: return-statement with no value, in function returning ‘long long int’ [-fpermissive]
26 | if (r < s || l > e) return;
| ^~~~~~