{{{~cpp #include int main() { int y; for(y=0;y<5;y=y++) printf("CAUCSELOVE\n"); return 0; } }}}