这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《并查集了解一下》回复:
dalao们我错了,小学生知错了
在讨论《最后一组MLE怎么办》回复:
@[baoyu](/space/show?uid=93465) 对,谢dalao ## QAQ
在讨论《最后一组MLE怎么办》回复:
@[baoyu](/space/show?uid=93465) dalao我这怎么改
在讨论《最后一组MLE怎么办》回复:
@[baoyu](/space/show?uid=93465) ```cpp #include #include using namespace std; #include #define max 1000010 struct stu{ int a; }s[max]; bool cmp(stu a, stu b){ r…
在讨论《最后一组MLE怎么办》回复:
@[baoyu](/space/show?uid=93465) ```cpp #include #include using namespace std; #include #define max 1000010 struct stu{ int a; }s[max]; bool cmp(stu a, stu b){ r…
在讨论《高精度+斐波拉,感觉自己很菜》回复:
## 感觉数据需要加强
```cpp #include #include using namespace std; const int L = 5000; struct stu{ string a; }s[5010]; string add(string a, string b) { string ans; int na[L] = {0},n…
在讨论《好尴尬,发现dalao代码极其短,难受,附上菜菜我代码》回复:
@[NaCly_Fish](/space/show?uid=115864) 其实我才刚接触c++不久,学习中,还有好多知识没学到,dalao请指教
# 好尴尬,发现dalao代码极其短,难受,附上菜菜我代码 ```cpp #include using namespace std; #include #include int main() { int n; cin >> n; int a[100]; int i = 0; while(n > 0){ a[i] = n…