fork download
  1. #include "stdio.h"
  2.  
  3. int main()
  4. {
  5. // rea de rectangulo
  6.  
  7. int c; // contador
  8.  
  9. for (c =1; c <= 50; c++
  10. printf("%i ", c);
  11.  
  12. // getch();
  13.  
  14. return 0;
  15. }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty