fork download
  1. #include <stdio.h>
  2. int main() {
  3. int n,w,b;
  4. scanf("%d",&n);
  5. printf("enter w value");
  6. scanf("%d",&b);
  7. for(w=b;w<n;w++)
  8. {
  9. printf("\tsurya");
  10. }
  11. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
enter w value