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


lonelybird718@gmail.com (clint-eastwood)

學校 : 臺北市私立薇閣高級中學
編號 : 168232
來源 : [112.78.76.238]
最後登入時間 :
2022-09-16 22:52:45
c726. K-I-S-S-I-N-G (一行版) -- 板橋高中python教學題 | From: [1.161.138.192] | 發表日期 : 2022-07-19 22:12

#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;
}

 
ZeroJudge Forum