Problem | swapsort |
---|---|
User | RyanGao |
Submission Time | 2022-12-30 09:33:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:41:65: error: expected ‘;’ before ‘if’
41 | lowerIndex = min(lowerIndex, min(leftPosition, rightPosition))
| ^
| ;
42 |
43 | if (isHappy) {
| ~~