#30757:


91119james@gmail.com (cccclakers)

學校 : 不指定學校
編號 : 185671
來源 : [218.172.61.161]
最後登入時間 :
2023-12-10 14:08:47
c186. 蝸牛老師的點名單 -- 板橋高中python教學題 | From: [114.36.56.225] | 發表日期 : 2022-06-10 18:09

#include<stdio.h>

int main(){

    char name[30+1];

    while(scanf("%s", name) != EOF)
        printf("%s\n", name);

    return 0;
}

 
ZeroJudge Forum