Problem oridance
User justin271828
Submission Time 2023-06-26 19:05:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oridance.cpp: In function ‘int main()’:
oridance.cpp:13:11: error: expected ‘;’ before ‘if’
13 | s = b[i]
| ^
| ;
14 | if (s == 1) {
| ~~
oridance.cpp:17:3: error: ‘else’ without a previous ‘if’
17 | else {
| ^~~~