printMatrix
题号:NC213385
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 256 M,其他语言512 M
64bit IO Format: %lld

题目描述

printMatrix
示例1

输入

复制
[[1,2],[3,4]]

返回值

复制
[1,2,4,3]