字體:小 中 大 |
|
|
|
| 2025/03/26 02:32:26瀏覽94|回應0|推薦1 | |
#Python #UVA 10815 #Andys First Dictionary from sys import stdin from re import split text = stdin.read() text = text.strip().lower() words = set(split(r[^a-z], text)) for word in sorted(words): if(word): print(word) |
|
| ( 知識學習|考試升學 ) |












