Problem | factorial_easy |
---|---|
User | LiuZq |
Submission Time | 2024-11-15 12:54:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:11:15: error: expected ‘;’ before ‘ans’
11 | ans*=i
| ^
| ;
12 | ans%=MOD;
| ~~~