| Problem | eight |
|---|---|
| User | AlphanumericUsername |
| Submission Time | 2024-12-02 20:48:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eight.cpp:137:15: error: ‘dev’ is not a type
137 | mt19937 rng(dev());
| ^~~
eight.cpp:138:56: error: expected identifier before numeric constant
138 | uniform_int_distribution<mt19937::result_type> dist6(1, INT_MAX);
| ^
eight.cpp:138:56: error: expected ‘,’ or ‘...’ before numeric constant
eight.cpp: In member function ‘long long int rng2::getrng(long long int, long long int)’:
eight.cpp:140:18: error: invalid use of non-static member function ‘std::mt19937 rng2::rng(int (*)())’
140 | return dist6(rng) % (b - a) + a;
| ^~~
eight.cpp:137:11: note: declared here
137 | mt19937 rng(dev());
| ^~~