fork download
  1. #include <stdio.h>
  2. int main(){
  3. int a,i,j;
  4. a=5;
  5. for(i=a;i>=1;i--,puts("")){
  6. for(j=1;j<=i;j++){
  7. }
  8. }
  9. }
Success #stdin #stdout 0s 5300KB
stdin
Standard input is empty
stdout