Problem 4sum
User John
Submission Time 2024-12-25 19:42:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

4sum.cpp: In function ‘int main()’:
4sum.cpp:35:2: error: expected ‘}’ at end of input
35 | }
| ^
4sum.cpp:14:15: note: to match this ‘{’
14 | signed main() {
| ^