Problem factorial_easy
User Etw
Submission Time 2024-06-20 14:08:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:8:2: error: ‘pos’ was not declared in this scope; did you mean ‘pow’?
8 | pos;
| ^~~
| pow