Problem | shamelessad4 |
---|---|
User | Random52 |
Submission Time | 2024-12-11 11:33:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad4.cpp: In member function ‘T Node<T>::query_sum(const size_t&, const size_t&)’:
shamelessad4.cpp:113:123: error: ‘intmaxx_t’ does not name a type; did you mean ‘intmax_t’?
113 | return merge_sum(l->query_sum(r_s, m) % static_cast<intmax_t>(1000000009), r->query_sum(m + 1, r_e) % static_cast<intmaxx_t>(1000000009)) % static_cast<uintmax_t>(1000000009);
| ^~~~~~~~~
| intmax_t