Problem | distribution |
---|---|
User | PlayVoltz |
Submission Time | 2024-07-03 23:46:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp: In function ‘int32_t main()’:
distribution.cpp:57:2: error: ‘mt19937’ was not declared in this scope
57 | mt19937 rng(0);
| ^~~~~~~
distribution.cpp:58:23: error: ‘rng’ was not declared in this scope
58 | shuffle(vect, vect+n,rng);
| ^~~