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