需要注意的各种各种 持续更新?
Posted Herminone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了需要注意的各种各种 持续更新?相关的知识,希望对你有一定的参考价值。
随便写写~如果对你有帮助那是更好。
①对拍啊对拍啊,再写不对我就继续写…… QAQ
bat:
|
注意那个什么 out.a out.b,还有是if not !! 和 1 !!
②stl堆的定义
大根堆:
priority_queue <int> q; |
小根堆:
priority_queue <int,vector<int>,greater<int> > q; |
③随机化函数
srand((unsigned)time(NULL)); n = rand(); |
srand 和 rand 属于 #include<algorithm>
time 属于 #include<ctime>
以上是关于需要注意的各种各种 持续更新?的主要内容,如果未能解决你的问题,请参考以下文章