{"raw_statement":[{"iden":"background","content":"对应的选择、判断题：<https://ti.luogu.com.cn/problemset/1166>"},{"iden":"statement","content":"小杨有 $n$ 个正整数，小杨想知道这些正整数的数位和中最大值是多少。“数位和”指的是一个数字中所有数位的和。例如:对于数字 $12345$，它的各个数位分别是 $1,2,3,4,5$。将这些数位相加，得到 \n\n$$1+2+3+4+5=15$$\n\n因此，$12345$ 的数位和是 $15$。"},{"iden":"input","content":"第一行包含一个正整数 $n$，代表正整数个数。\n\n之后 $n$ 行，每行包含一个正整数。"},{"iden":"output","content":"输出这些正整数的数位和的最大值。"},{"iden":"note","content":"对于全部数据，保证有 $1\\leq n\\leq 10^5$，每个正整数不超过 $10^{12}$。"}],"translated_statement":null,"sample_group":[["3\n16\n81\n10","9"]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}