{{{~cpp #include main() { int i; for(i=1;i<=5;i=i+1) { printf("%dCAUCSE LOVE.\n",i); } } }}}