fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. /* int n;
  5.   printf("Enter the number: ");
  6.   scanf("%d",&n);*/
  7. int a=100;
  8. for(int i=1;a<0;i++){
  9. printf("%d ",a);
  10. a=a-3;
  11. }
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
Standard output is empty