Problem | flappyrabbit |
---|---|
User | user123 |
Submission Time | 2023-07-03 21:15:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flappyrabbit.cpp: In function ‘void init(std::vector<int>, std::vector<int>)’:
flappyrabbit.cpp:16:46: error: expected ‘;’ before ‘low’
16 | cur_min=min(cur_min, B[B.size()-1-a])
| ^
| ;
17 | low[a]=cur_max;
| ~~~