Problem lightningrod
User YSH2020
Submission Time 2023-07-28 21:32:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:21:62: error: invalid operands of types ‘int [10000000]’ and ‘int [10000000]’ to binary ‘operator+’
21 | cout << setprecision(100); left[i] = Y-X;right[i] = X+Y;
| ~^~
| | |
| | int [10000000]
| int [10000000]