| 比赛 | 期末考试3 | 评测结果 | AWAAWAWWAWAAAWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAAWWWWWWWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | hope I can sort matrix | 最终得分 | 39 |
| 用户昵称 | RpUtl | 运行时间 | 0.195 s |
| 代码语言 | C++ | 内存使用 | 3.69 MiB |
| 提交时间 | 2026-02-11 11:44:47 | ||
#include <iostream>
#include <cstdio>
using namespace std;
int main(){
freopen("hopeicansortmatrix.in","r",stdin);
freopen("hopeicansortmatrix.out","w",stdout);
printf("Yes\n");
return 0;
}