2008年5月8日 星期四

739 Soundex Indexing

題目網頁:http://online-judge.uva.es/problemset/v7/739.html

我是用 gets() 讀名字進來,結果 WA 了兩三次,後來才發現可能是 EOF 的問題,改成
while(gets(input)!=NULL&&isupper(input[0])!=0)


就順利 AC 了 :)

沒有留言: