Domain name


Submit solution

Points: 20
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type

題目說明

<1102檢定考題>
由鍵盤輸入一網域名稱(Domain name),將此網域名稱按照dot(.)分隔後,由右到左從螢幕輸出各網域名代表意義。

  • 國別: tw代表台灣,uk代表英國,in代表印度。
  • 組織: edu代表學校,gov代表政府組織,com代表商業組織,org代表非營利組織。

輸入資料不會超出上述範圍,不需考慮例外狀況。

輸入

由鍵盤輸入一網域名稱(Domain name)

輸出

由右到左從螢幕輸出各網域名代表意義

sample input & output

輸入 輸出
樣本1 www.gov.tw tw gov 代表台灣,政府組織
樣本2 www.csim.scu.edu.tw tw edu 代表台灣,學校
樣本3 www.eprice.com.tw tw com 代表台灣,商業組織

Comments

There are no comments at the moment.