文章列表

筛选

1056温度转换

摘要:```c #include"stdio.h"//参考别人的答案 int main() { double a,b,c,sum1=0,sum2=0,sum3=0,i,sum=0; ……

String Array常用方法

摘要:一、String常用方法 1.subString(int beginIndex,int endIndex)截取字符串 从beginIndex开始截取,截取endIndex-beginIndex的长……

尺取法,p149

摘要: #include #include #include #include #include using namespace std; ……

开关问题,p150

摘要: #include #include #include using namespace std; static const int MAX = 50……

并查集实现

摘要: #include using namespace std; static const int MAX = 5000; static co……