简述:ctime头文件中的4中与时间相关的数据类型 <ctime>头文件中定义了4种与时间有关的数据类型,如下:clock_tsize_ttime_tstruct tm clock_tClock type[时钟类型]Alias of a fundamental arithmetic type capable of representing clock tick counts.[clock_t是一个基本算法类型的别名,表示时钟嘀嗒的次数]Clock ticks are units of time
#include <bits/stdc++.h> 做CF看见别人用这个函数,然后就能直接用vector,set,string那些函数了,摸不着头脑,感觉特神奇就百度了一下,才发现这个是C++版本升级,然后文件自带的,方便了程序员吧.不然每次都得敲那模板老长…… 使用和平常的头文件一样,如下: #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout&l