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

Compile Error

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