Problem | factorial_easy |
---|---|
User | Tristyy |
Submission Time | 2024-06-20 14:30:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp:6:2: error: ‘ong’ does not name a type; did you mean ‘long’?
6 | ong long fac(long long n){
| ^~~
| long
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:13:10: error: ‘fac’ was not declared in this scope
13 | cout << fac(n);
| ^~~