We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb46c5 commit 07dc830Copy full SHA for 07dc830
contains-duplicate/jejufather.cpp
@@ -30,6 +30,7 @@ bool containsDuplicate(int* nums, int numsSize) {
30
return false;
31
}
32
33
+
34
void main(void) {
35
int test[100001] = {0};
36
printf("%d\n", containsDuplicate(test, 1));
0 commit comments