Round 1 : Enter the building
Question Overview
Your first task is to enter the building that the computer is located.
USE THIS FORM TO SUBMIT YOUR ANSWERS - YOU WILL GET 0 POINTS IF YOU DO NOT USE THIS FORM: FORM HERE
For your first task, when given two integers a and m, and an array b, you have to calculate the sum of abi modulo m
(the remainder when abi is divided by m)
Input:
a = 3
m = 17
b = [60, 74, 38, 94, 36, 71, 48, 60, 87, 82, 41, 34, 29, 90, 34, 69, 79, 13]
Enter Here