Count Subsequences using Bitmasking

@Anubhav-Aron-1353657628083250 Bhaiya

https://ide.codingblocks.com/s/59438
There is error in Line: 35. I want to search the string in the vector. But there is an error.

Mention Problem link

Screenshot%20(590)Screenshot%20(591)

@monikabhasin.sd17
p = std::find (vectory.begin(), vectory.end(), q);
You are using wrong syntex.
Use this syntex .
Hit like if u get it :slight_smile:

1 Like

Thank you Bhaiya…