题解列表

筛选

Hash映射求亲密数

摘要:# 哈希映射 ~~~ c++ int main() { int i ; int j ; int count = 0; int cmp ; int Hash[3001]{ 0 ……

1190: 剔除相关数

摘要:```cpp #include #include #include #include using namespace std; mapma; setse; struct str { ……

1189: 内码对称

摘要:```cpp #include using namespace std; typedef long long LL; int main() { LL num; int a……

1188: 做幻方

摘要:```cpp #include #include #include #define MOVE magic[y-1][x+1] using namespace std; int main()……