[unix probleme]
Résolu/Fermé1 réponse
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
24 déc. 2006 à 12:43
24 déc. 2006 à 12:43
Salut,
tu peux faire
tu peux faire
#include <iostream> using namespace std; main ( ) { int entier ; cin >> entier ; cout << "son carre est : " << entier*entier << endl; }ou
#include <iostream> main ( ) { int entier ; std::cin >> entier ; std::cout << "son carre est : " << entier*entier << std::endl; }
24 déc. 2006 à 12:55
bonne journée.