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 9e53fee commit b213d93Copy full SHA for b213d93
contains-duplicate/csucom.cpp
@@ -1,4 +1,4 @@
1
-#include <stdio.h>
+//#include <stdio.h>
2
#include <malloc.h>
3
#include <string.h>
4
@@ -30,7 +30,7 @@ bool containsDuplicate(int* nums, int numsSize) {
30
return false;
31
}
32
33
-void main(void) {
34
- int test[100001] = {0};
35
- printf("%d\n", containsDuplicate(test, 1));
36
-}
+// void main(void) {
+// int test[100001] = {0};
+// printf("%d\n", containsDuplicate(test, 1));
+// }
0 commit comments