fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. int a;
  6. for(a=244;a<=100;a*=3)
  7. {
  8. a=a-2;
  9. printf("%d",a);
  10. }
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5296KB
stdin
Standard input is empty
stdout
Standard output is empty