Statistiques
RANG
505
of 295 495
RÉPUTATION
152
CONTRIBUTIONS
0 Questions
57 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
22
RANG
13 517 of 20 240
RÉPUTATION
20
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
23
ALL TIME TÉLÉCHARGEMENTS
196
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Vector push
Append an element |x| to the end of the vector |v| and return both the extended vector and the new number of its elements. |x| c...
plus d'un an il y a
A résolu
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
plus d'un an il y a
A résolu
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
plus d'un an il y a
A résolu
Bit calculation
Give me the count of numbers from 1 to n having their last two bits as 0. For example function y = ret_count(4) y = x...
plus d'un an il y a
A résolu
Mysterious digits operation (easy)
What is this digit operation? 0 -> 0 1 -> 9 121 -> 9 44 -> 6 15 -> 5 1243 -> 7 ...
plus d'un an il y a
A résolu
Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...
presque 2 ans il y a