Problem doll_noi
User trollSecOps
Submission Time 2024-02-24 09:12:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:41:27: error: expected ‘;’ before ‘solutions’
41 | dolls.insert(temp)
| ^
| ;
42 | solutions.push_back(solve(dolls));
| ~~~~~~~~~