Problem crypto
User Sandarach151
Submission Time 2022-12-26 23:11:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp:9:11: error: two or more data types in declaration of ‘MODD’
9 | const int MODD = 1000000007;
| ^~~~
crypto.cpp: In function ‘int main()’:
crypto.cpp:68:25: error: ‘MODD’ was not declared in this scope
68 | fact[i]=(fact[i-1]*i)%MODD;
| ^~~~
crypto.cpp:74:8: error: ‘MODD’ was not declared in this scope
74 | ans%=MODD;
| ^~~~