题解列表

筛选

[编程入门]打印图案

摘要:解题思路:注意事项:参考代码:#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;……