Problem findingpavement
User noel
Submission Time 2024-06-18 13:39:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp:9:42: error: stray ‘\342’ in program
9 | cout << arr[ 0].first + arr[ 1].first << “\n” //prints 10
| ^
findingpavement.cpp:9:43: error: stray ‘\200’ in program
9 | cout << arr[ 0].first + arr[ 1].first << “\n” //prints 10
| ^
findingpavement.cpp:9:44: error: stray ‘\234’ in program
9 | cout << arr[ 0].first + arr[ 1].first << “\n” //prints 10
| ^
findingpavement.cpp:9:45: error: stray ‘\’ in program
9 | cout << arr[ 0].first + arr[ 1].first << “\n” //prints 10
| ^
findingpavement.cpp:9:47: error: stray ‘\342’ in program
9 | cout << arr[ 0].first + arr[ 1].first << “\n” //prints 10
| ^
findingpavement.c