Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Internship at facebook

Name: Anonymous 2012-03-18 16:46

Hi
this year i'm going to go on internship to Facebook. Has smb worked there? Any feedback?

Name: Anonymous 2012-03-18 19:13

unsigned sum2(unsigned n) {
     unsigned sum = 0;
     while (n) {
          sum += n&1;
          n >>= 1;
     }
     return sum;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List