Roxifλsz 🇱🇹
Vlad
Shiet the game was rigged from the start
Roxifλsz 🇱🇹
Shiet the game was rigged from the start
Nice profile pic bro, who did you beat up?
Jackson
lol
Vlad
Nice profile pic bro, who did you beat up?
I had some close relationship with asphalt
Jackson
Vlad
Ye it's a bummer I know
Jackson
I guess there is no female in this group, no offense, just guess.
Roxifλsz 🇱🇹
I guess there is no female in this group, no offense, just guess.
Yes, it's illegal for women to be programmers ( ͡° ͜ʖ ͡°)
Jackson
I never seen female C++ coder.
Jackson
That's why I guess.
V01D
FeMiNiSm
ɴꙩᴍᴀᴅ
I never seen female C++ coder.
Check the asian girl developing the official vscode c++ plugin
Jackson
Well, there are female C++ coder, but I didn't meet one in real life.
Jackson
I don't know why.
Jackson
But I meet many JAVA female coders.
Jackson
That's weird.
Pavel
I never seen female C++ coder.
Have seen about 10 for last 5 years (worked with 2 directly, the others were in other teams or our team but another location)
Vlad
Well, there are female C++ coder, but I didn't meet one in real life.
Well it doesn't mean that they don't exist. However it shows that you're antisocial af. :P
Jackson
Roxifλsz 🇱🇹
I never seen female C++ coder.
I have never seen C++ programmers irl (male or female or attack helicopter)
V01D
Imma frame everyone with idea, so no offense. Maybe because java is a "soft" langauge or better put - C++ is seen like a rough low level dirty kind of language. No nice stuff like JVM or whatever else Java has. Maybe that's why.
Roxifλsz 🇱🇹
But yes, probably that's the reason
V01D
The term is high level/low level language
I know, but high / low level language would not have made as much sense for that message
Jackson
Maybe.
V01D
I have never seen C++ programmers irl (male or female or attack helicopter)
We all probably met tons of C++ devs while walking down the street or shopping. :P
V01D
All those html, php coders don't make finding C++ devs easier
Jackson
I think the girl can code C++ is fantastic.
Roxifλsz 🇱🇹
We all probably met tons of C++ devs while walking down the street or shopping. :P
What if I don't walk but only drive and I rarely go shopping, haha checkmate ( ͡° ͜ʖ ͡°)
Jackson
ever ever.
Jackson
hahah
V01D
I think the girl can code C++ is fantastic.
Anyone who can code C/C++ is fantastic - it shows that those people overcame fears that they and others inflicted upon them.
V01D
PHP is the best language ever,🐶
That is why php is most used as a vulnerable service in many hacking challenges 😏
V01D
There are SO many PHP vulnerabilities, it is crazy
Dima
bad
V01D
Nah, I can do C++ but I'm still retarded
Atleast you overcame your self :)
Death Killer
vector<vector<int>> kSum(vector<int>& nums, int target, int start, int k) { vector<vector<int>> res; for (int i = start; i < nums.size(); ++i) if (i == start || nums[i - 1] != nums[i]) for (auto &set : kSum(nums, target - nums[i], i + 1, k - 1)) { res.push_back({nums[i]}); res.back().insert(end(res.back()), begin(set), end(set)); } return res; }
Roxifλsz 🇱🇹
retard
Thanks
Vlad
V01D
I guess from the C std library :P
From developers writting shitty code
V01D
From path traversal to RCE, php has it all
V01D
Javascript is a little more secure, but at the same time an XSS attack would be fatal
Vlad
From developers writting shitty code
char str[20]; scanf("%s", str); // I give no shits Yeah that's an issue
Roxifλsz 🇱🇹
what is meaning of for (auto &set : kSum(nums, target - nums[i], i + 1, k - 1))
It's a for loop, iterates over elements returned by the call to kSum
Roxifλsz 🇱🇹
Javascript is a little more secure, but at the same time an XSS attack would be fatal
Do not talk about JavaScript positively, that is illegal, we hate JS in this chat
V01D
Do not talk about JavaScript positively, that is illegal, we hate JS in this chat
I did not talk positively - I said a XSS attack would be fatal.
Roxifλsz 🇱🇹
>Javascript is a little more secure
Indolent
https://hastebin.com/cumunadogo.cpp Code gives segmentation fault. Tried Googling, tried Debugging nothing helps. Need help.
V01D
>Javascript is a little more secure
Well, it is. Just like C++ is more secure than C
V01D
JS is secure...? Certainly an unpopular opinion
no, not secure. MORE secure THAN php
Dima
Other languages discussion is OT
Anunay
Ah okay
Anunay
Other languages discussion is OT
I'd still take that over #SolveMyHomework 😂
Daniele
but I can't even do C++, just a bit of C
Roxifλsz 🇱🇹
Other languages discussion is OT
Hello, have you accepted nim lang as your lord and saviour?
V01D
Idk much about C++, but are you sure cin >> a >> b and vector<vector<int>> are safe?
V01D
I would check that then. Maybe that messes you up
V01D
It would help to see where the segfault happens
Vlad
Well not sure.
for(int j = 0; j < maze[0].size(); j++) change it to this for(int j = 0; j < maze[i].size(); j++)
Vlad
'Cause I'm pretty sure you're going out of bounds