曹文信息在线OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
2493: 卡常系列1
Memory Limit:128 MB
Time Limit:0.000 S
Judge Style:Text Compare
Creator:
Submit:190
Solved:2
Submit
Submit Record
Statistics
Web Board
ShowOff!
Description
读入
n
n
和
n
n
个数,求这
n
n
个数的和。
这道题水不水,就看你怎么考虑了
Input
第一行:
n
n
。
以下
n
n
行:每行一个数。
Output
n
个数的和。
Sample Input
Copy
5 1 2 3 4 5
Sample Output
Copy
15
HINT
最好先看一看时间限制!0.3秒!!!
n \leq 10^8
n
≤
1
0^8
Source/Category
卡常系列
向北方AC园
中级B