Problem | lightningrod |
---|---|
User | haydendoo |
Submission Time | 2023-04-26 09:06:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘void radix_sort(std::vector<_Tp>&)’:
lightningrod.cpp:37:9: error: ‘ll’ does not name a type
37 | const ll num_groups = (word_bits + max_bits - 1) / max_bits;
| ^~
lightningrod.cpp:44:31: error: ‘num_groups’ was not declared in this scope
44 | for (int group = 0; group < num_groups; ++group) {
| ^~~~~~~~~~