题解列表
[编程入门]自由下落的距离计算
摘要:解题思路:很简单注意事项:无参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){……
两集合的交集(sf5c)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1000……
高精度乘法(sf11f)
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数……
数的质子式(sf11e)
摘要:解题思路:注意事项:最后一个质因数后面没有空格参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int c……