题目名称 4160. hope I can sort matrix
输入输出 hopeicansortmatrix.in/out
难度等级 ★★☆
时间限制 1000 ms (1 s)
内存限制 512 MiB
测试数据 69
题目来源 GravatardarkMoon 于2025-06-14加入
开放分组 全部用户
提交状态
分类标签
分享题解
通过:1, 提交:2, 通过率:50%
GravatardarkMoon 100 25.588 s 172.44 MiB C++
GravatarLikableP 39 0.100 s 1.41 MiB C++
本题关联比赛
期末考试3
关于 hope I can sort matrix 的近10条评论(全部评论)

4160. hope I can sort matrix

★★☆   输入文件:hopeicansortmatrix.in   输出文件:hopeicansortmatrix.out   简单对比
时间限制:1 s   内存限制:512 MiB

【题目背景】

所有信息从下放文件中查询

【题目描述】


【输入格式】


【输出格式】


【样例输入1】

3 3
9 6 0
0 4 0
3 0 3

【样例输出1】

Yes

【样例输入2】

2 2
2 1
1 2

【样例输出2】

No

【数据规模与约定】