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

Compile Error

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