Problem | segmenttree2 |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-06 20:43:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
segmenttree2.cpp: In function ‘int main()’:
segmenttree2.cpp:52:16: error: cannot convert ‘int [(n * 4)]’ to ‘long long int*’ in assignment
52 | segmenttree = arr;
| ^~~
| |
| int [(n * 4)]