| 比赛 | 期末考试3 | 评测结果 | AWAAWAWWAWAAAWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAAWWWWWWWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | hope I can sort matrix | 最终得分 | 39 |
| 用户昵称 | zcx | 运行时间 | 0.197 s |
| 代码语言 | C++ | 内存使用 | 3.66 MiB |
| 提交时间 | 2026-02-11 10:40:45 | ||
#include<bits/stdc++.h>
using namespace std;
int main()
{
freopen("hopeicansortmatrix.in","r",stdin);
freopen("hopeicansortmatrix.out","w",stdout);
cout<<"Yes"<<endl;
return 0;
}