fork download
  1. #include <stdio.h>
  2. #include<locale.h>
  3.  
  4. int main(void) {
  5.  
  6. int soma = 12+1;
  7.  
  8. for(int z=0;z<13;z++)
  9. printf("%i\t\a",soma);
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5272KB
stdin
Standard input is empty
stdout
13	13	13	13	13	13	13	13	13	13	13	13	13