Uninitalized memory (int a;
with no assignment) vector of int vectors (IE a dynamic int[][]
) and attempting to find a
, an int
in the vector of vectors of int IE int
instead of vector<int>
. I think the iterator type is correct but I’m not sure off the top of my head
Github outside of hosting the actual git repo largly just provides good routes for collaboration, namely issues, their PR system and some convenient rules on who is allowed to mess with branches and how (IE you can set master to only accept merges done via github themselves). CI is the real lock in far as your git repo is concerned cause that just won’t work at all on another host