Problem photofinish
User idontlikeboystrustme
Submission Time 2025-12-01 16:12:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photofinish.cpp: In function ‘int main()’:
photofinish.cpp:16:7: error: expected ‘;’ before ‘n’
16 | cout n;
| ^~
| ;
photofinish.cpp:18:2: error: expected ‘}’ before ‘else’
18 | else{
| ^~~~
photofinish.cpp:15:24: note: to match this ‘{’
15 | else if(a[n - 1] == 1){
| ^