0
True or false
Hello, I need a help.Because I don't know how to print boolean value. If any string in first string vector is not substring of second string print 0 otherwise 1. https://code.sololearn.com/c1Al7nweIaOn/?ref=app
1 Antwort
+ 1
cout << boolalpha << func(a1, a2);