{{{~cpp #include void main() { int i = 0; for(i=0; i<=5; i++) { printf("CAUCSE LOVE.\n"); } } }}}