UVA 10815
I hate this type of problems...
The key to this problem is the definition of a "word":
a word is defined as a consecutive sequence of alphabets, in upper and/or lower case
so, "won't" consists of two words, "won" and "t"......
The key to this problem is the definition of a "word":
a word is defined as a consecutive sequence of alphabets, in upper and/or lower case
so, "won't" consists of two words, "won" and "t"......
posted on 2011-04-03 17:05 meglory 閱讀(355) 評論(0) 編輯 收藏 引用 所屬分類: Algorithms