Problem 4sum
User dacashew
Submission Time 2023-01-06 19:50:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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