Problem area
User Yvonne
Submission Time 2024-06-19 10:22:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp:12:26: error: stray ‘\342’ in program
12 | cout << arr[0]*arr[1] << “\n”; //prints the sum of the first and second entry of the array
| ^
area.cpp:12:27: error: stray ‘\200’ in program
12 | cout << arr[0]*arr[1] << “\n”; //prints the sum of the first and second entry of the array
| ^
area.cpp:12:28: error: stray ‘\234’ in program
12 | cout << arr[0]*arr[1] << “\n”; //prints the sum of the first and second entry of the array
| ^
area.cpp:12:29: error: stray ‘\’ in program
12 | cout << arr[0]*arr[1] << “\n”; //prints the sum of the first and second entry of the array
| ^
area.cpp:12:31: error: stray ‘\342’ in program
12 | cout << arr[0]*arr[1] << “\n”; //prints the sum of the first and second entry of the array
|