Problem | split |
---|---|
User | leyi |
Submission Time | 2025-07-10 13:11:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
split.cpp: In function ‘std::vector<int> find_split(int, int, int, int, std::vector<int>, std::vector<int>)’:
split.cpp:85:7: error: expected ‘;’ before ‘res’
85 | k++
| ^
| ;
86 | res[i] = d[1].se;
| ~~~