| Problem | dogfood |
|---|---|
| User | yuanbin |
| Submission Time | 2026-05-29 15:41:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dogfood.cpp: In function ‘int factorial(int)’:
dogfood.cpp:6:39: error: a function-definition is not allowed here before ‘{’ token
6 | unsigned long long factorial(int n) {
| ^
dogfood.cpp:37:1: error: expected ‘}’ at end of input
37 | }
| ^
dogfood.cpp:5:1: note: to match this ‘{’
5 | {
| ^