Problem photofinish
User xlpaun
Submission Time 2025-12-01 15:08:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photofinish.cpp: In function ‘int main()’:
photofinish.cpp:26:14: error: expected ‘;’ before ‘int’
26 | if (i > n/2
| ^
| ;
27 | int j = i-1;
| ~~~
photofinish.cpp:30:3: error: expected primary-expression before ‘while’
30 | while (j >= 0){
| ^~~~~
photofinish.cpp:27:15: error: expected ‘)’ before ‘while’
27 | int j = i-1;
| ^
| )
......
30 | while (j >= 0){
| ~~~~~
photofinish.cpp:26:6: note: to match this ‘(’
26 | if (i > n/2
| ^
photofinish.cpp:53:2: error: expected primary-expression before ‘}’ token
53 | }
| ^