Problem | inheritance |
---|---|
User | haydendoo |
Submission Time | 2023-01-26 09:06:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inheritance.cpp: In function ‘int randint(int, int)’:
inheritance.cpp:18:34: error: ‘ll’ was not declared in this scope; did you mean ‘l’?
18 | return uniform_int_distribution<ll>(l,r)(rng);
| ^~
| l
inheritance.cpp:18:36: error: template argument 1 is invalid
18 | return uniform_int_distribution<ll>(l,r)(rng);
| ^