Skip to content

Commit 06f0ce8

Browse files
Added 49A - Sleuth.cpp
1 parent 4d5e521 commit 06f0ce8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

49A - Sleuth.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
#include <iostream>
2-
1+
#include <bits/stdc++.h>
32
using namespace std;
43

4+
// Code Written By: Vikash Patel
5+
56
int main()
67
{
78
char s[110];
@@ -26,4 +27,4 @@ int main()
2627
}
2728
cout << (vowel ? "YES" : "NO") << endl;
2829
return 0;
29-
}
30+
}

0 commit comments

Comments
 (0)