Problem lightningrod
User samvar0907
Submission Time 2024-03-25 18:48:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:32:17: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘long long int’ to binary ‘operator>=’
32 | if (max >= X[i] + Y[i] and i != 0){
| ~~~~^~~~~~~~~~~~~~