Problem | construct |
---|---|
User | samvar0907 |
Submission Time | 2024-01-19 07:21:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
construct.cpp:36:11: error: redefinition of ‘const int mod’
36 | const int mod = 1000000007;
| ^~~
construct.cpp:4:11: note: ‘const int mod’ previously defined here
4 | const int mod = 1000000007;
| ^~~