Problem 844. Find files with extension ext in the current directory

List all files with extension 'ext' in the current directory. Return a char matrix with the name of files in rows. Return 0 if no files.

Tags

Problem Group

14 solvers submitted 61 solutions (4.36 solutions/solver).

Problem Comments