We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d7639 commit 957085cCopy full SHA for 957085c
1 file changed
Code.cpp
@@ -13,6 +13,7 @@ string place(int flag,int c,int d){
13
}
14
return ans;
15
16
+// NICE Comment
17
int match(string s,string s1){
18
int count=0;
19
for(int i=0;i<s.length();i++){
0 commit comments