Problem | lowelements |
---|---|
User | carson |
Submission Time | 2025-08-28 17:56:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lowelements.cpp: In function ‘int main()’:
lowelements.cpp:16:25: error: expected ‘]’ before ‘)’ token
16 | else if(arr[l] > arr[r){
| ^
| ]
lowelements.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
lowelements.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^