Problem prisoners
User dsyz
Submission Time 2025-03-21 02:09:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prisoner.cpp: In function ‘void prisoner(int, int)’:
prisoner.cpp:13:42: error: ‘rng’ was not declared in this scope
13 | shuffle(possible.begin(),possible.end(),rng);
| ^~~