PAT 1005 Spell It Right

  #include "stdio.h" #include "string.h" #define N 10 #define M 102 int main(){ char *p[N]={"zero","one","two","three","four","five","six","seven","eight","nine"}; char num[M]; int i,j,t,sum,a[5]
相關文章
相關標籤/搜索