| Problem | segmenttree2 |
|---|---|
| User | LL |
| Submission Time | 2025-12-08 16:01:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
segmenttree2.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
segmenttree2.cpp:7:2: note: in expansion of macro ‘ll’
7 | ll s, e, m, val, lz;
| ^~
segmenttree2.cpp:7:5: error: ‘s’ does not name a type
7 | ll s, e, m, val, lz;
| ^
segmenttree2.cpp:3:21: error: expected ‘)’ before ‘;’ token
3 | #define ll long long;
| ^
segmenttree2.cpp:8:7: note: in expansion of macro ‘ll’
8 | node(ll _s, ll _e){
| ^~
segmenttree2.cpp:8:6: note: to match this ‘(’
8 | node(ll _s, ll _e){
| ^
segmenttree2.cpp:8:10: error: ‘_s’ does not name a type
8 | node(ll _s, ll _e){
| ^~
segmenttree2.cpp:8:17: error: ‘_e’ does not name a type
8 | node(ll _s, ll _e){
| ^~
segmenttree2.cpp:3:21: error: expected ‘)’ before ‘;’ token