Problem childsetter6
User chickengoat
Submission Time 2025-12-17 12:01:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter6.cpp: In function ‘int main()’:
childsetter6.cpp:12:5: error: expected ‘;’ before ‘ll’
12 | m--
| ^
| ;
13 | ll factorial[n];
| ~~
childsetter6.cpp:14:2: error: ‘factorial’ was not declared in this scope
14 | factorial[1]=1;
| ^~~~~~~~~