#include <stdio.h>

int main()

{

    while(1){

         puts("캬루야 사랑해");

    }

}


python 3 ver.

while True:

    print("캬루야 사랑해", end = "")