Problem binaryspells
User haydendoo
Submission Time 2023-01-31 23:36:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryspells.cpp:231:11: error: redefinition of ‘const long long int mxN’
231 | const int mxN=3e5+1, mod=998244353;
| ^~~
binaryspells.cpp:228:11: note: ‘const long long int mxN’ previously defined here
228 | const int mxN=3e5+1, mod=998244353;
| ^~~
binaryspells.cpp:231:22: error: redefinition of ‘const long long int mod’
231 | const int mxN=3e5+1, mod=998244353;
| ^~~
binaryspells.cpp:228:22: note: ‘const long long int mod’ previously defined here
228 | const int mxN=3e5+1, mod=998244353;
| ^~~