fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int a, b, i;
  6. scanf("%a", &a);
  7. for (i=1; i<=1; i++)
  8. {
  9. printf("\n");
  10. for( b = 1; b <= i; b++)
  11. {
  12. printf("*");
  13. }
  14. }
  15. }
  16.  
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
*