| Problem | childsetter4 |
|---|---|
| User | Hutayo |
| Submission Time | 2025-06-17 11:11:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:13:27: error: expected ‘;’ before ‘}’ token
13 | cout << d[counter]
| ^
| ;
14 | }
| ~