fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {int a[200];
  5. printf("enter the value of n you will get 2*n+1 lines butterfly\n");
  6. int n,i,j;
  7. scanf("%d",&n);
  8. for(i=0;i<=2*n;i++)
  9. { if(i%2==0)
  10. a[i]=1;
  11. else
  12. a[i]=0;
  13. }
  14. for(i=1;i<=(2*n+1);i++)
  15. {int c=0;
  16. if(i<=n+1)
  17. {
  18. for(j=0;j<i;j++)
  19. {
  20. printf("%d",a[j]);
  21. c++;
  22. }
  23. for(j=2*i-1;j<2*n;j++)
  24. {
  25. printf(" ");
  26. c++;
  27. }
  28. for(j=c;j<=2*n;j++)
  29. printf("%d",a[j]);
  30. printf("\n");
  31. }
  32. else
  33. {
  34. int k=2*n+2-i;
  35. for(j=0;j<k;j++)
  36. {
  37. printf("%d",a[j]);
  38. c++;
  39. }
  40. for(j=2*k-1;j<2*n;j++)
  41. {
  42. printf(" ");
  43. c++;
  44. }
  45. for(j=c;j<=2*n;j++)
  46. printf("%d",a[j]);
  47. printf("\n");
  48. }
  49. }
  50.  
  51.  
  52. }
  53.  
Success #stdin #stdout 0.01s 5272KB
stdin
56
stdout
enter the value of n you will get 2*n+1 lines butterfly
1                                                                                                               1
10                                                                                                             01
101                                                                                                           101
1010                                                                                                         0101
10101                                                                                                       10101
101010                                                                                                     010101
1010101                                                                                                   1010101
10101010                                                                                                 01010101
101010101                                                                                               101010101
1010101010                                                                                             0101010101
10101010101                                                                                           10101010101
101010101010                                                                                         010101010101
1010101010101                                                                                       1010101010101
10101010101010                                                                                     01010101010101
101010101010101                                                                                   101010101010101
1010101010101010                                                                                 0101010101010101
10101010101010101                                                                               10101010101010101
101010101010101010                                                                             010101010101010101
1010101010101010101                                                                           1010101010101010101
10101010101010101010                                                                         01010101010101010101
101010101010101010101                                                                       101010101010101010101
1010101010101010101010                                                                     0101010101010101010101
10101010101010101010101                                                                   10101010101010101010101
101010101010101010101010                                                                 010101010101010101010101
1010101010101010101010101                                                               1010101010101010101010101
10101010101010101010101010                                                             01010101010101010101010101
101010101010101010101010101                                                           101010101010101010101010101
1010101010101010101010101010                                                         0101010101010101010101010101
10101010101010101010101010101                                                       10101010101010101010101010101
101010101010101010101010101010                                                     010101010101010101010101010101
1010101010101010101010101010101                                                   1010101010101010101010101010101
10101010101010101010101010101010                                                 01010101010101010101010101010101
101010101010101010101010101010101                                               101010101010101010101010101010101
1010101010101010101010101010101010                                             0101010101010101010101010101010101
10101010101010101010101010101010101                                           10101010101010101010101010101010101
101010101010101010101010101010101010                                         010101010101010101010101010101010101
1010101010101010101010101010101010101                                       1010101010101010101010101010101010101
10101010101010101010101010101010101010                                     01010101010101010101010101010101010101
101010101010101010101010101010101010101                                   101010101010101010101010101010101010101
1010101010101010101010101010101010101010                                 0101010101010101010101010101010101010101
10101010101010101010101010101010101010101                               10101010101010101010101010101010101010101
101010101010101010101010101010101010101010                             010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101                           1010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010                         01010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101                       101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010                     0101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101                   10101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101010                 010101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010101               1010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010             01010101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101010101           101010101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010101010         0101010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010101       10101010101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101010101010     010101010101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010101010101   1010101010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010101010 01010101010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010101010 01010101010101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010101010101   1010101010101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101010101010     010101010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010101       10101010101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010101010         0101010101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101010101           101010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101010             01010101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010101               1010101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101010                 010101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010101                   10101010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101010                     0101010101010101010101010101010101010101010101
101010101010101010101010101010101010101010101                       101010101010101010101010101010101010101010101
10101010101010101010101010101010101010101010                         01010101010101010101010101010101010101010101
1010101010101010101010101010101010101010101                           1010101010101010101010101010101010101010101
101010101010101010101010101010101010101010                             010101010101010101010101010101010101010101
10101010101010101010101010101010101010101                               10101010101010101010101010101010101010101
1010101010101010101010101010101010101010                                 0101010101010101010101010101010101010101
101010101010101010101010101010101010101                                   101010101010101010101010101010101010101
10101010101010101010101010101010101010                                     01010101010101010101010101010101010101
1010101010101010101010101010101010101                                       1010101010101010101010101010101010101
101010101010101010101010101010101010                                         010101010101010101010101010101010101
10101010101010101010101010101010101                                           10101010101010101010101010101010101
1010101010101010101010101010101010                                             0101010101010101010101010101010101
101010101010101010101010101010101                                               101010101010101010101010101010101
10101010101010101010101010101010                                                 01010101010101010101010101010101
1010101010101010101010101010101                                                   1010101010101010101010101010101
101010101010101010101010101010                                                     010101010101010101010101010101
10101010101010101010101010101                                                       10101010101010101010101010101
1010101010101010101010101010                                                         0101010101010101010101010101
101010101010101010101010101                                                           101010101010101010101010101
10101010101010101010101010                                                             01010101010101010101010101
1010101010101010101010101                                                               1010101010101010101010101
101010101010101010101010                                                                 010101010101010101010101
10101010101010101010101                                                                   10101010101010101010101
1010101010101010101010                                                                     0101010101010101010101
101010101010101010101                                                                       101010101010101010101
10101010101010101010                                                                         01010101010101010101
1010101010101010101                                                                           1010101010101010101
101010101010101010                                                                             010101010101010101
10101010101010101                                                                               10101010101010101
1010101010101010                                                                                 0101010101010101
101010101010101                                                                                   101010101010101
10101010101010                                                                                     01010101010101
1010101010101                                                                                       1010101010101
101010101010                                                                                         010101010101
10101010101                                                                                           10101010101
1010101010                                                                                             0101010101
101010101                                                                                               101010101
10101010                                                                                                 01010101
1010101                                                                                                   1010101
101010                                                                                                     010101
10101                                                                                                       10101
1010                                                                                                         0101
101                                                                                                           101
10                                                                                                             01
1                                                                                                               1