#include <stdio.h> int main(void) { int i, n, m;for(i=1;i<=n;i++);m=i*2;printf ("the m=%d",m); return 0;}
Standard input is empty
the m=2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!