Problem bobek
User gohchingjayk
Submission Time 2024-12-04 15:17:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bobek.cpp: In function ‘int main()’:
bobek.cpp:61:8: error: ‘curr_sum’ was not declared in this scope
61 | sort(curr_sum, curr_sum + (1ull << 20));
| ^~~~~~~~
bobek.cpp:87:18: error: ‘mid’ was not declared in this scope
87 | total_ways += mid;
| ^~~