题解列表

筛选

[编程入门]打印图案

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<fstream>#include<algorithm>using namespace std;int main(){……

二级C语言-计负均正

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

筛选N以内的素数

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<fstream>#include<algorithm>using namespace std;long long n……

蓝桥杯算法提高VIP-前10名

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

汪汪与洋洋(C++)

摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int s=0;void dfs(int p,int sum){    if(p==3){ ……

在线蹲大佬求助

摘要:解题思路:https://www.bilibili.com/video/BV18i4y1D7cJ?spm_id_from=333.999.0.01:05:00开始看map[j][k]    相当于是一……