~cpp 
#include <iostream.h>
void input(){
	cout<<"CAUCSE LOVE"<<endl;
}

void main(){
	int i;
	for (i=0;i<5;i++){
		input();
	}
}
Retrieved from http://wiki.zeropage.org/wiki.php/반복문자열/남도연
last modified 2021-02-07 05:29:33