Problem | lightningrod |
---|---|
User | samvar0907 |
Submission Time | 2024-03-25 18:48:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:41:35: error: ‘max’ cannot be used as a function
41 | max = max(max, X[i] + Y[i]);
| ^