#include int main(){ int a, b; std::cout<< " Entrez a puis b" << std::endl; std::cin>>a >> b; std::cout<<"a*b = "<< a*b <