Problem hackingscores
User joeyyy1
Submission Time 2024-06-21 14:25:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hackingscores.cpp: In function ‘int main()’:
hackingscores.cpp:7:12: error: expected ‘)’ before numeric constant
7 | if (e == 6 1 2 1 7 3 3 4 5 3)
| ~ ^~
| )
hackingscores.cpp:11:17: error: expected ‘)’ before numeric constant
11 | else if (e == 4 3 1 2 8 17 5 9)
| ~ ^~
| )
hackingscores.cpp:15:17: error: expected ‘)’ before numeric constant
15 | else if (e == 5 2 2 3 11 18 24 7 5)
| ~ ^~
| )