Problem | fenwicktree_easy |
---|---|
User | YellowPurpleDragon |
Submission Time | 2025-01-22 20:54:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fenwicktree_easy.cpp: In function ‘long long int segt(ll, ll, ll, ll, ll)’:
fenwicktree_easy.cpp:41:2: error: ‘else’ without a previous ‘if’
41 | else if (d <= x+((y-x)/2) && e <= x+((y-x)/2)) {
| ^~~~