| Problem | doll_noi | 
|---|---|
| User | trollSecOps | 
| Submission Time | 2024-02-23 21:32:57 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 doll_noi.cpp:14:40: error: expected ‘)’ before ‘;’ token
   14 | i32 solve(const std::vector<i32>& dolls;){
      |          ~                             ^
      |                                        )
doll_noi.cpp:14:41: error: expected unqualified-id before ‘)’ token
   14 | i32 solve(const std::vector<i32>& dolls;){
      |                                         ^
doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:40:19: error: ‘class std::vector<int>’ has no member named ‘append’
   40 |         solutions.append(solve(day_dolls));
      |                   ^~~~~~