#include <stdio.h>#include <stdlib.h> int main(){ int nombre = 0; printf("tapez un nombre"); scanf("%d",&nombre);}
Standard input is empty
tapez un nombre
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!