11. Identity Matrix

Easy

Given integer n, return the n×n identity matrix.

Sign in to write and run your own code.

Implement solve(...)