题解列表

筛选

1189: 内码对称

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

1190: 剔除相关数

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

Hash映射求亲密数

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

一种超简单的方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int N,sum=0,b,t,i,m; int a[N]; scanf("%d",&N); for( i=0;……

废物的结构体

摘要:解题思路:注意事项:参考代码#include<stdio.h>#include<string.h>struct jxj{  char name[20];  int grade;  int ban;  ……