#31241: I wonder why they will kiss in a tree ,instead of their house


lonelybird718@gmail.com (clint-eastwood)


#include <stdio.h>
#include <stdlib.h>
int main()
{
    char pen[1000],str[1000];
    scanf("%s %s",&str,&pen);
    printf("%s and %s sitting in the tree ",str,pen);
    
    return 0;
}