| Problem | factorial_easy |
|---|---|
| User | ZhangBowen |
| Submission Time | 2026-02-20 11:19:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:8:8: error: ‘mult’ was not declared in this scope
8 | prod=mult(prod, i );
| ^~~~
factorial_easy.cpp: At global scope:
factorial_easy.cpp:12:9: error: ‘a’ was not declared in this scope
12 | ll mult(a,b){
| ^
factorial_easy.cpp:12:11: error: ‘b’ was not declared in this scope
12 | ll mult(a,b){
| ^
factorial_easy.cpp:12:12: error: expression list treated as compound expression in initializer [-fpermissive]
12 | ll mult(a,b){
| ^