Add 2 Numbers

Add 2 Numbers and print their sum

Sample Input 1
[1, 2]
Sample Output 1
3
Sample Input 2
[10, 20]
Sample Output 2
30
Sample Input 3
[-5, 5]
Sample Output 3
0
Sample Input 4
[123, 456]
Sample Output 4
579
Sample Input 5
[100000, 200000]
Sample Output 5
300000
Time Limit

1.0 seconds

Memory Limit

256 KB

Constraints

Constraints go here