Problem | medianontree |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-16 22:57:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianontree.cpp: In function ‘long long int tree(bool, long long int, long long int)’:
medianontree.cpp:66:17: error: ‘sum’ was not declared in this scope; did you mean ‘sum2’?
66 | res=max(res, sum);
| ^~~
| sum2
medianontree.cpp:70:17: error: ‘sum’ was not declared in this scope; did you mean ‘sum2’?
70 | res=max(res, sum);
| ^~~
| sum2
medianontree.cpp:89:17: error: ‘sum’ was not declared in this scope; did you mean ‘sum2’?
89 | res=max(res, sum);
| ^~~
| sum2
medianontree.cpp:93:17: error: ‘sum’ was not declared in this scope; did you mean ‘sum2’?
93 | res=max(res, sum);
| ^~~
| sum2