Problem hacking
User longnamle
Submission Time 2025-10-04 23:24:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hacking.cpp: In function ‘int main()’:
hacking.cpp:10:26: error: ‘N’ was not declared in this scope
10 | vector<ll> target_count(N + 1, 0);
| ^
hacking.cpp:13:23: error: ‘M’ was not declared in this scope
13 | for (int i = 0; i < M; i++) {
| ^