fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. int nombre = 0;
  7. printf("tapez un nombre");
  8. scanf("%d",&nombre);
  9. }
  10.  
Runtime error #stdin #stdout 0.01s 1724KB
stdin
Standard input is empty
stdout
tapez un nombre