Problem reinforcement
User JJJwong
Submission Time 2025-12-03 14:27:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reinforcement.cpp:173:2: error: stray ‘#’ in program
173 | }#include <bits/stdc++.h>
| ^
reinforcement.cpp:173:3: error: ‘include’ does not name a type
173 | }#include <bits/stdc++.h>
| ^~~~~~~
reinforcement.cpp:191:10: error: redefinition of ‘const long long int MOD’
191 | const ll MOD = 1e9+7;
| ^~~
reinforcement.cpp:19:10: note: ‘const long long int MOD’ previously defined here
19 | const ll MOD = 1e9+7;
| ^~~
reinforcement.cpp:192:12: error: redefinition of ‘const bool dbg’
192 | const bool dbg = 0;
| ^~~
reinforcement.cpp:20:12: note: ‘const bool dbg’ previously defined here
20 | const bool dbg = 0;
| ^~~
reinforcement.cpp:193:12: error: redefinition of ‘const bool tc’
193 | const bool tc = 0;
| ^~
reinforcement.cpp:21:12: note: ‘const bool tc’ previously defined here
21 | const bool tc = 0;