From 50630a227003e930e0de4c191d7efc02d2e012c3 Mon Sep 17 00:00:00 2001 From: jopierron Date: Tue, 22 Mar 2022 15:16:47 +0000 Subject: [PATCH] Update main.cpp --- src/main.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e6702b1..324399f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,12 +26,17 @@ int main(){ cout << "----------\n"; c1.ajouterContact(p2); c1.ajouterContact(p3); + c1.ajouterContact(p4); + c1.ajouterContact(p2); + c2.ajouterContact(p1); + c1.ajouterContact(p1); cout << "----------\n"; - // c1.rechercher(p3); - // c1.rechercher(p2); - // c1.rechercher(p4); + c1.rechercher(p3); + c1.rechercher(p2); + c1.rechercher(p5); // c1.ajouterContact() // map m {{p1,[p2,p6]},{}} } +