➽ Problem:-
https://www.hackerrank.com/challenges/a-very-big-sum/problem
➽ Solution:-
import math
import os
import
random
import re
import sys
num =
int(input())
array =
list(map(int, input().split()))
print(sum(array))
➽ Problem:-
https://www.hackerrank.com/challenges/a-very-big-sum/problem
➽ Solution:-
import math
import os
import
random
import re
import sys
num =
int(input())
array =
list(map(int, input().split()))
print(sum(array))
Copyright (c) 2021 | Coding Plaza | All Rights Reserved
0 Comments
Please do not enter any spam link in the comment section.