Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 708

⭐[MEGA.NZ]⭐ ❤️TEEN PACK #130❤️ ( 3TB )

by PornLeak - 02 August, 2024 - 07:19 AM
This post is by a banned member (Rjizzy97) - Unhide
Rjizzy97  
Registered
82
Posts
0
Threads
#17
Thanks
This post is by a banned member (Altaccnt1337) - Unhide
51
Posts
0
Threads
#18
Thanks buddy
This post is by a banned member (kmoha464) - Unhide
kmoha464  
146
Posts
0
Threads
#19
(02 August, 2024 - 07:19 AM)PornLeak Wrote: Show More

ty
This post is by a banned member (joshsmiths) - Unhide
119
Posts
0
Threads
2 Years of service
#20
(02 August, 2024 - 07:19 AM)PornLeak Wrote: Show More

ty
This post is by a banned member (sallvante) - Unhide
sallvante  
Registered
178
Posts
0
Threads
#21
(02 August, 2024 - 07:19 AM)PornLeak Wrote: Show More

thank you
This post is by a banned member (Icy976) - Unhide
Icy976  
Registered
101
Posts
0
Threads
#22
Yeeeet
This post is by a banned member (cuminarid) - Unhide
cuminarid  
Registered
37
Posts
0
Threads
#23
class Solution {
public:
    string longestCommonPrefix(vector<string>& strs) {
        int sz=1e9;
        for(int i=0;i<strs.size();i++)
        {
            string s=strs[i];
            sz=min(sz,(int)s.length());
        }
        int idx=0; bool ok=true;
        for(int i=0;i<sz;i++)
        {
            for(int j=0;j<strs.size()-1;i++)
            {
                if(strs[j][i]!=strs[j+1][i])
                {
                    ok=false;
                    break;
                }
            }
            if(ok) idx++;
        }
        string str=strs[0];
        return str.substr(0,idx);
    }
};
This post is by a banned member (Stankyeua) - Unhide
Stankyeua  
Registered
46
Posts
0
Threads
#24
(02 August, 2024 - 07:19 AM)PornLeak Wrote: Show More

Ty

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 4 Guest(s)