Skip to content

Instantly share code, notes, and snippets.

# Put your answers here!
@Jauny
Jauny / facebook.cpp
Created May 24, 2012 12:37 — forked from anonymous/facebook.cpp
Facebook interview solution
//Solution à l'interview de Facebook
//Edmond La Chance UQAC 2012
//02:10 2012-05-24
//Énoncé : http://pastebin.com/4FNndtNV
#include <iostream>
#include <fstream>
#include <string.h>
using namespace std;