Problem 4sum
User highdelao
Submission Time 2023-07-06 08:40:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

4sum.cpp: In function ‘int main()’:
4sum.cpp:7:20: error: ‘False’ was not declared in this scope
7 | bool success = False;
| ^~~~~
4sum.cpp:17:36: error: ‘True’ was not declared in this scope
17 | if (success == True) {
| ^~~~