Problem | factorial_easy |
---|---|
User | SMJ360 |
Submission Time | 2024-06-20 14:17:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:16:29: error: expected ‘;’ before ‘return’
16 | cout << factor % 1000000007
| ^
| ;
17 | return 0;
| ~~~~~~