题解列表

筛选

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()……

简单的a+b(C++代码)

摘要:解题思路:利用while循环判断输入的数据注意事项:主要换行操作参考代码:#include<iostream>using namespace std;int main(){    int a,b;  ……