蓝桥——六位排他平方数

// test.cpp: 定义控制台应用程序的入口点。 // #include "stdafx.h" #include<iostream> #include<sstream> #include <type_traits> using namespace std; //判断string是否每个都不同 bool judgeSelfNoSame(string s) { long long i,
相关文章
相关标签/搜索