Skip to content

Commit f8b0469

Browse files
committed
Time: 4 ms (99.04%), Space: 18.4 MB (74.77%) - LeetHub
1 parent 60f6cda commit f8b0469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

26-remove-duplicates-from-sorted-array/26-remove-duplicates-from-sorted-array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Solution {
1313
}
1414

1515
}
16-
cout<<p1<<" "<<p2;
16+
// cout<<p1<<" "<<p2;
1717
return p1;
1818

1919
}

0 commit comments

Comments
 (0)