fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a,sum ;
  5.  
  6. scanf("%d",&a);
  7.  
  8. while( a <= 100&&a>=0)
  9.  
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5252KB
stdin
14
stdout
Standard output is empty