Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N
2 years 前
问题
Find the remainder - 02
Given an array of integers, find the remainder when the summation of all the elements is divided by N
2 years 前 | 0 | 44 个解题者
已解决
Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N
2 years 前
问题
Find the remainder - 01
Given an array of integers, find the remainder when the product of all the elements is divided by N
2 years 前 | 2 | 13 个解题者
已解决
Congruent
Given two numbers, check whether they are congruent to each other or not for a particular value N.
2 years 前
问题
Congruent
Given two numbers, check whether they are congruent to each other or not for a particular value N.
2 years 前 | 1 | 38 个解题者
已解决
Make the first letter of a sentence Capital.
In this problem you will be given a string of 2 or 3 lines. Your work is to make the first letters of every line Capital. You wi...