| Problem | 4sum |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-18 14:37:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
4sum.cpp: In function ‘int main()’:
4sum.cpp:34:19: error: expected initializer before ‘-=’ token
34 | int t -= C[i]+D[j];
| ^~
4sum.cpp:35:24: error: ‘t’ was not declared in this scope
35 | if (m.find(t) != m.end() ) {
| ^