Problem factorial_easy
User Somebody3654
Submission Time 2025-03-01 10:15:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:15:2: error: expected primary-expression at end of input
15 | return
| ^~~~~~
factorial_easy.cpp:15:8: error: expected ‘;’ at end of input
15 | return
| ~~~~~~^
| ;
factorial_easy.cpp:15:2: error: expected ‘}’ at end of input
15 | return
| ^~~~~~
factorial_easy.cpp:10:11: note: to match this ‘{’
10 | int main(){
| ^