#include<stdio.h>int main(){ for(int i = 1; i<=19;i+=2){ printf("%d\n",i); }}
Standard input is empty
1 3 5 7 9 11 13 15 17 19
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!