Problem factorial_easy
User vadar2525
Submission Time 2025-07-29 10:18:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:10:11: error: expected ‘;’ before ‘!’ token
10 | cout << n! % m;
| ^
| ;