- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 各种范围OuO
char1 个字节-128 到 127 或者 0 到 255unsigned char1 个字节0 到 255signed char1 个字节-128 到 127int4 个字节-2147483648 到 2147483647 2^32unsigned int4 个字节0 到 4294967295signed int4 个字节-2147483648 到 2147483647short int...
2018-01-30 20:08:34
292
原创 路长为一 无环 起点1终点n的最zz 广搜
#include #include #include using namespace std;int n,m;queue road[1000];int ans;struct node{ int now; int length; };void bfs(){ queue q;
2018-01-30 12:34:48
553
转载 各种数据类型OuO
char1 个字节-128 到 127 或者 0 到 255unsigned char1 个字节0 到 255signed char1 个字节-128 到 127int4 个字节-2147483648 到 2147483647unsigned int4 个字节
2018-01-27 20:51:06
292
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅