fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int i, n, m;
  5. for(i=1;i<=n;i++);
  6. m=i*2;
  7. printf ("the m=%d",m);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
the m=2