#include <stdio.h> int _end[1111]; int main() { int i = 0; for (i=0; i<1111; i++) { _end[i]++; } return 0;}
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!