#24368:


hsugoya@gmail.com (Мигает cf4?)

學校 : 國立臺北科技大學
編號 : 139476
來源 : [36.226.67.79]
最後登入時間 :
2024-05-31 00:15:30
c186. 蝸牛老師的點名單 -- 板橋高中python教學題 | From: [36.224.225.197] | 發表日期 : 2021-02-09 19:26

AC  (2ms,88KB)

#include <studio.h>
#include <stdio.h>

{

    char s[100];

    while (scanf(" %s", s) == 1)

    {

        puts(s);

    }

    return 0;

}

 
ZeroJudge Forum