fork download
  1.  
  2. #include <stdio. h>
  3.  
  4. void main(void)
  5.  
  6. {
  7.  
  8. int numero = 0;
  9.  
  10. while ( numero < 10)
  11.  
  12. {
  13.  
  14. printf ("\n EI cuadrado es %d", numero*numero );
  15.  
  16. numero++;
  17.  
  18. }
  19.  
  20. }
Runtime error #stdin #stdout 0.18s 159232KB
stdin
Standard input is empty
stdout
./prog.factor

2: #include <stdio. h>
           ^
No word named “#include” found in current vocabulary search path