Problem thumper2
User kiwiwi
Submission Time 2025-05-23 13:52:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thumper2.cpp: In function ‘ll calculateDisplacement(const std::vector<std::pair<long long int, long long int> >&, const std::vector<int>&, int)’:
thumper2.cpp:32:36: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘ll’ {aka ‘long long int’} to binary ‘operator/’
32 | } else if (abs(dr_ij) > abs/dc_ij)) {
| ~~~^~~~~~
thumper2.cpp:32:43: error: expected primary-expression before ‘)’ token
32 | } else if (abs(dr_ij) > abs/dc_ij)) {
| ^