Problem 4sum
User John
Submission Time 2024-12-26 20:48:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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