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