Given length of matrix initialize a matrix consisting of natural numbers from 1 to n:
n = 10; x = [ 1 2 3 4 5 6 7 8 9 10];
n = 5; x = [1 2 3 4 5];
2515 Solvers
Increment a number, given its digits
505 Solvers
203 Solvers
178 Solvers
171 Solvers
Problem Tags