📅  最后修改于: 2022-03-11 14:47:23.948000             🧑  作者: Mango
#include
using namespace std;
int main()
{
cout << "Ma devise est 'Parler peu mais parler bien'." << endl;
cout << "Je m'appelle Camthalion" << endl;
cout << "Coucou !" << endl;
}