X Tutup
#include #include using namespace std; bool isSubsequence(char str1[],char str2[],int m,int n){ int j =0; for(int i=0;i
X Tutup