题解列表
编写题解 1511: 蓝桥杯算法提高VIP-复数求和
摘要:解题思路:注意事项:参考代码:#include<iostream>
using namespace std;
int main()
{
int a,b;
int sum1,s……
编写题解 1494: 蓝桥杯算法提高VIP-企业奖金发放
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>
using namespace std;
int main()
{
double a;
ci……
二级C语言-等差数列
摘要:解题思路:直接模拟注意事项:要用long long参考代码:#include<bits/stdc++.h>using namespace std;long long n,s,t=2;int main(……
二级C语言-统计字符
摘要:解题思路:暴力注意事项:没有参考代码:#include<bits/stdc++.h>using namespace std;string s;long long yw,kg,sz,qt;int mai……
二级C语言-阶乘数列
摘要:解题思路:用计算机算出答案,再输出注意事项:没有参考代码:#include<bits/stdc++.h>using namespace std;int main(){ cout<<"2.74e+32"……
纯粹手贱,不能理解,没有关系
摘要:解题思路:纯粹手贱,不能理解,没有关系注意事项:前方高能,注意避让参考代码:#include<stdio.h>int main(){ int a[10] = { 0 }; int b[10] = {0……