| 比赛 | 期末考试3 | 评测结果 | WAWWAWAAWAWWWAAAAAAWWWWWWWWWWWWWWWWWWWWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAA |
|---|---|---|---|
| 题目名称 | hope I can sort matrix | 最终得分 | 61 |
| 用户昵称 | 梦那边的美好BP | 运行时间 | 0.191 s |
| 代码语言 | C++ | 内存使用 | 3.69 MiB |
| 提交时间 | 2026-02-11 10:23:46 | ||
#include <iostream>
using namespace std;
int main() {
freopen("hopeicansortmatrix.in", "r", stdin);
freopen("hopeicansortmatrix.out", "w", stdout);
cout << "No";
return 0;
}