| 比赛 | 期末考试3 | 评测结果 | WAWWAWAAWAWWWAAAAAAWWWWWWWWWWWWWWWWWWWWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAA |
|---|---|---|---|
| 题目名称 | hope I can sort matrix | 最终得分 | 61 |
| 用户昵称 | 彭欣越 | 运行时间 | 0.197 s |
| 代码语言 | C++ | 内存使用 | 3.70 MiB |
| 提交时间 | 2026-02-11 10:52:41 | ||
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N=100010;
ll T,n;
int main () {
freopen("hopeicansortmatrix.in","r",stdin);
freopen("hopeicansortmatrix.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cout << "No" <<endl;
return 0;
}