There was an error while loading. Please reload this page.
void afficher(const std::string& x) { std::cout << "Chaîne : " << x << "\n"; } ...