| 比赛 | 寒假集训2 | 评测结果 | WWWWW |
|---|---|---|---|
| 题目名称 | UNO | 最终得分 | 0 |
| 用户昵称 | xuyuqing | 运行时间 | 0.015 s |
| 代码语言 | C++ | 内存使用 | 3.71 MiB |
| 提交时间 | 2026-02-25 10:09:53 | ||
#include <algorithm>
#include <cstdio>
#include <iostream>
using namespace std;
int main () {
freopen ("UNO.in", "r", stdin);
freopen ("UNO.out", "w", stdout);
cout << 6 << endl;
return 0;
}