Given an n-dimensional array M, find the size of M along the k-th dimension (1 <= k <= n), without using size(), height() or width(). You may ignore trailing singleton dimensions.

Solution Stats

27 Solutions

10 Solvers

Last Solution submitted on Jun 04, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...