| 比赛 | 2026.3.28 | 评测结果 | WWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 逆序排列 | 最终得分 | 0 |
| 用户昵称 | xuyuqing | 运行时间 | 0.275 s |
| 代码语言 | C++ | 内存使用 | 11.95 MiB |
| 提交时间 | 2026-03-28 11:04:22 | ||
#include "inv.h"
#include <bits/stdc++.h>
using namespace std;
void init (int c, int t) {
}
vector<int> solve (int n) {
vector<int> res = {1, 2, 3};
return res;
}