1 条题解
-
1陈嘉豪 (chenjiahao) LV 7 @ 2023-9-2 22:21:52
#include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() { cout << "3" << " " << "2" << " " << "5" << " " << "1" << " " << "4"; return 0; }
- 1
信息
- ID
- 1507
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 7
- 标签
- 递交数
- 56
- 已通过
- 11
- 上传者