1
r=io.read():gsub('(%w)(%w+)',function(h,t)return h:upper()..t end)print(r)