| 比赛 | 2026.4.4 | 评测结果 | WWWWWWWWWWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 冒泡排序 | 最终得分 | 0 |
| 用户昵称 | xuyuqing | 运行时间 | 0.052 s |
| 代码语言 | C++ | 内存使用 | 3.68 MiB |
| 提交时间 | 2026-04-04 10:22:14 | ||
#include <cstdio>
#include <iostream>
using namespace std;
int main () {
freopen ("bubble.in", "r", stdin);
freopen ("bubble.out", "w", stdout);
cout << 1 << endl;
return 0;
}