Problem | 4sum |
---|---|
User | Henries |
Submission Time | 2024-12-04 10:53:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4sum.cpp: In function ‘int main()’:
4sum.cpp:54:16: error: ‘combos’ was not declared in this scope; did you mean ‘combos2’?
54 | if (element +combos[i] == 0){
| ^~~~~~
| combos2