Problem 4sum
User Henries
Submission Time 2024-12-04 10:34:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

4sum.cpp: In function ‘int main()’:
4sum.cpp:44:12: error: ‘combi’ was not declared in this scope; did you mean ‘combi2’?
44 | cout << combi[i].second[0]<< ' ' << combi[i].second[1] << ' ' << element.second[0] << ' ' << element.second[1];
| ^~~~~
| combi2