This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
wesvirus
/
edaBit-coding-challenges
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
94f3018cec
Branches
Tags
master
edaBit-codin...
/
Compare-Strings-by-Count-of-Characters
/
code.cpp
code.cpp
85 B
Historique
Raw
1
2
3
bool comp(std::string str1, std::string str2) {
return str1.size() == str2.size();
}