fork(1) download
  1.  
  2.  
  3. #include <stdio.h>
  4.  
  5. int main() {
  6. {
  7. int i,j,a;
  8. scanf("%d",&i);
  9. scanf("%d",&j);
  10. if(i<=j)
  11. for(i=i; i<=j; i++) {
  12.  
  13. a=a+i;
  14.  
  15. printf("%d",a);
  16.  
  17. }
  18. else
  19. for(j=j; j<=i; j++){
  20. a+a+j;
  21. printf("%d",a);
  22. }
  23. }
  24.  
  25.  
  26. return 0;
  27. }
  28.  
Success #stdin #stdout 0s 5304KB
stdin
9
4
stdout
000000