题库练习 INTERCALC
← 上一题 下一题 →

A10966 | INTERCALC

时间限制1s
内存限制256MB
通过 / 提交0/0

题目描述

The first line of input data contains a single integer $n$ ( $1<=n<=10$ ).

The second line of input data contains $n$ space-separated integers $a_{i}$ ( $1<=a_{i}<=11$ ).

输入格式

Output a single integer.

输出格式

无

输入输出样例

输入 #1
4
2 5 3 1
输出 #1
4
C++ 编辑器
输入
输出