标签:.exe str table border exe idt ctime font stl
随便写写~如果对你有帮助那是更好。
①对拍啊对拍啊,再写不对我就继续写…… 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>
标签:.exe str table border exe idt ctime font stl
原文地址:http://www.cnblogs.com/Loizbq/p/7784601.html