Problem doll_noi
User trollSecOps
Submission Time 2024-02-24 10:18:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:71:39: error: expected ‘;’ before ‘}’ token
71 | std::cout << stacks << " "
| ^
| ;
72 | }
| ~
doll_noi.cpp:75:13: error: ‘dolls’ was not declared in this scope; did you mean ‘doll’?
75 | if (dolls.activated(doll-1)){
| ^~~~~
| doll
doll_noi.cpp:79:13: error: ‘dolls’ was not declared in this scope; did you mean ‘doll’?
79 | if (dolls.activated(doll+1)){
| ^~~~~
| doll