~cpp #include <iostream.h> void input(){ cout<<"CAUCSE LOVE"<<endl; } void main(){ int i; for (i=0;i<5;i++){ input(); } }