fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int numero=1;
  5. do {
  6. printf("%d", &numero);
  7. numero++;
  8. }
  9. while (numero<11);
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5512KB
stdin
Standard input is empty
stdout
-301405660-301405660-301405660-301405660-301405660-301405660-301405660-301405660-301405660-301405660