Problem democracy
User ArianneLim
Submission Time 2024-06-21 12:54:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

democracy.cpp: In function ‘int main()’:
democracy.cpp:17:5: error: expected ‘}’ before ‘else’
17 | else if (arr[i]==6){
| ^~~~
democracy.cpp:15:19: note: to match this ‘{’
15 | if (arr[i]==5){
| ^