| Problem | segmenttree |
|---|---|
| User | jmuzhen |
| Submission Time | 2025-09-20 16:23:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
segmenttree.cpp:7:13: error: ISO C++ forbids in-class initialization of non-const static member ‘node::MN_DEFAULT’
7 | static int MN_DEFAULT = 1e9;
| ^~~~~~~~~~