fork download
  1. #include <stdio.h>
  2.  
  3. int main ()
  4. {
  5. int loop;
  6. for (loop = 30; loop < 1; loop++){
  7. printf ("aguarde %i segundos", loop);
  8. }
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
Standard output is empty