#include<stdio.h>int main(int i){ for(;i<101;i++){ i%3&&printf("fizz"); i%5&&printf("buzz"); printf("\n"); }}
Standard input is empty
prog.cpp:2: error: ‘int main(int)’ takes only zero or two arguments
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!