需要注意的各种各种 持续更新?

Posted Herminone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了需要注意的各种各种 持续更新?相关的知识,希望对你有一定的参考价值。

随便写写~如果对你有帮助那是更好。

①对拍啊对拍啊,再写不对我就继续写…… QAQ


bat:
:again
r.exe > input
a.exe < input > out.a
b.exe < input > out.b
fc out.a out.b  >nul
if not errorlevel 1 goto again

 

注意那个什么 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>

 

以上是关于需要注意的各种各种 持续更新?的主要内容,如果未能解决你的问题,请参考以下文章

小程序各种功能代码片段整理---持续更新

python各种错误提示集锦,持续更新中~

VS各种错误集成总结,持续更新

各种投资产品的整理分析(持续更新)

Zabbix各种报警信息(持续更新)

Python·Jupyter Notebook各种使用方法记录·持续更新————转