| Problem | factorial_easy |
|---|---|
| User | notachicken |
| Submission Time | 2026-04-25 18:32:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:7:10: error: ‘factorial’ was not declared in this scope
7 | cout << factorial(N);
| ^~~~~~~~~