Problem jams
User LCJLY
Submission Time 2023-01-10 21:21:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jams.cpp: In constructor ‘node::node(long long int, long long int)’:
jams.cpp:50:114: error: incompatible types in assignment of ‘const stdata’ {aka ‘const long long int’} to ‘long long int [60]’
50 | node(int S_, int E_): s(S_), e(E_), m((s+e)>>1), l(NULL), r(NULL), v(defval), lazyUpd(0), lazySet(setSentinel) {
| ^