Problem | factorial_easy |
---|---|
User | burningout |
Submission Time | 2025-03-10 01:54:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:11:22: error: expected ‘}’ at end of input
11 | cout << factorial(n);
| ^
factorial_easy.cpp:8:11: note: to match this ‘{’
8 | int main(){
| ^