Problem lunchbox
User Johnnie
Submission Time 2023-06-04 21:23:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int randomPartition(int*, int, int)’:
lunchbox.cpp:68:9: error: ‘partition’ was not declared in this scope
68 | return partition(arr, low, high);
| ^~~~~~~~~