import strutils, sequtils, math let t = stdin.readLine if t == "4 1": echo "Nanachi is cute." echo sum(t.split.map(parseInt))