题解列表

筛选

高精度加法(sf11d)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数……

高精度乘法(sf11从)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;// 用字符串存储大数,避免数……

式子的质子式(sf12b)

摘要:解题思路:注意事项:最后一个质子后面不跟*参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int che……

质子(sf12a)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int cheak(int x){ ……

结构体之时间设计

摘要:解题思路:结构体注意事项:判断闰年参考代码:#include<bits/stdc++.h>using namespace std;struct year_month_day{int yea……

最长字符(sf12k)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s;&n……

map办法(sf12h)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s; cin>>s; ……