| Problem | doll_noi |
|---|---|
| User | pearl333 |
| Submission Time | 2023-12-27 08:07:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:51:36: error: too few arguments to function ‘int stackDolls(int*, int, int)’
51 | cout << stackDolls(dolls, i) ;
| ^
doll_noi.cpp:13:5: note: declared here
13 | int stackDolls(int dolls[], int day, int lastCount) {
| ^~~~~~~~~~