Problem | sort |
---|---|
User | Yvonne |
Submission Time | 2024-06-19 10:10:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp:11:26: error: stray ‘\342’ in program
11 | cout << arr[0]+arr[1] << “\n” //prints the sum of the first and second entry of the array
| ^
sort.cpp:11:27: error: stray ‘\200’ in program
11 | cout << arr[0]+arr[1] << “\n” //prints the sum of the first and second entry of the array
| ^
sort.cpp:11:28: error: stray ‘\234’ in program
11 | cout << arr[0]+arr[1] << “\n” //prints the sum of the first and second entry of the array
| ^
sort.cpp:11:29: error: stray ‘\’ in program
11 | cout << arr[0]+arr[1] << “\n” //prints the sum of the first and second entry of the array
| ^
sort.cpp:11:31: error: stray ‘\342’ in program
11 | cout << arr[0]+arr[1] << “\n” //prints the sum of the first and second entry of the array
|