This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put your answers here! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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; |