#include <stdio.h> int main(void) { int a; for(a=3;a<=99;a=a+3){ printf("%d ", a); } return 0;}
Standard input is empty
3 6 9 12 15 18 21 24 27 30 33 36 39 42 45 48 51 54 57 60 63 66 69 72 75 78 81 84 87 90 93 96 99
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!