SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- if (n.Nickname.length() == s.length()) {
- int l = s.length();
- for (int i = 0; i < l; i++) {
- if (n.Nickname[i] != s[i]) {
- return false;
- }
- }
- }
- else return false;
- return true;
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.