#include <iostream> #include <string> #include <vector> #include <numeric> using namespace std; // 待实现函数,在此函数中填入答题代码 int ClusterLatency(const vector<i Read More
posted @ 2022-02-11 20:56 A-inspire Views(273) Comments(0) Diggs(0) Edit
6.C/c++数字转字符串: string str = to_string(i); 7.查找字符/字符串 T.find(P,begin) != strting::npos; 代码: #include <iostream> using namespace std; class Solution { p Read More
posted @ 2022-02-11 20:08 A-inspire Views(62) Comments(0) Diggs(0) Edit