底下文章由另一個冰庫調來降底溫度~
--
#include <stdio.h>
main(){ char *s[]={"st","nd","rd"},*t[]={"Unix","cat","sed","awk","ed","vi"};
int i; printf("In the beginning, there was nothing.\n");
for (i=0; i<7; i++)
printf("And on the %d%s day, God created %s. And it was good.\n",
i+1,(i<3)?s[i]:"th",t[i]); }
--
※ 發信站: 批踢踢實業坊(ptt.twbbs.org)
◆ From: ntucst.csie.ntu