fork(1) download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int n=100 ;
  5. while(n>0){
  6. printf("%d",n);
  7. n=n-1;
  8. }
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
100999897969594939291908988878685848382818079787776757473727170696867666564636261605958575655545352515049484746454443424140393837363534333231302928272625242322212019181716151413121110987654321