题目 1984: 蓝桥杯算法提高VIP-求圆面积表面积体积 摘要:解题思路:注意事项:参考代码:package 入门题;import java.math.BigDecimal;import java.math.BigInteger;import java.util.…… 题解列表 2022年11月13日 0 点赞 0 评论 459 浏览 评分:9.9
《关于我买1块钱8折书含泪赚88.8这件事》 摘要:解题思路:注意事项:参考代码:n = list(map(int,input().split()))a = n[0]-n[1]*0.8if n[0]+n[1] == 11: a = n[0]*10…… 题解列表 2022年11月13日 0 点赞 0 评论 632 浏览 评分:9.9
1162: 密码(c++代码) 摘要:```cpp #include using namespace std; int main() { int n,i=0,j,b,c,d,f; string a; …… 题解列表 2022年11月13日 0 点赞 0 评论 572 浏览 评分:9.9
1164: 数组的距离 摘要:```cpp #include #include using namespace std; struct number { int value,flag; }; int mai…… 题解列表 2022年11月13日 0 点赞 0 评论 461 浏览 评分:9.9
1165: 明明的随机数 摘要:```cpp #include using namespace std; int main() { int a,s1[100],s2[100],s=0,x=1,j; cin…… 题解列表 2022年11月13日 0 点赞 0 评论 259 浏览 评分:9.9
1166: 求[X,Y]内被除3余1并且被除5余3的整数的和 摘要:```cpp #include using namespace std; int main() { int x,y,i,sum=0; cin>>x>>y; for…… 题解列表 2022年11月13日 0 点赞 0 评论 341 浏览 评分:9.9
1167: 矩阵(c++代码) 摘要:```cpp #include using namespace std; int n,mp[8][8],tmp[8][8],mx=-99999,mi=99999; void fun(),inp…… 题解列表 2022年11月13日 0 点赞 0 评论 642 浏览 评分:9.9
1168: 简单计算 摘要:```cpp #include #include using namespace std; int n; double a[3000],c[3000]; int main() { …… 题解列表 2022年11月13日 0 点赞 0 评论 396 浏览 评分:9.9
1170: 能量项链 摘要:```cpp #include #include using namespace std; const int M=205; int a[M][M],b[M]; int main() {…… 题解列表 2022年11月13日 0 点赞 0 评论 385 浏览 评分:9.9
1169: 绝对值排序 摘要:```cpp #include #include #define INT_MAX 2147483647 using namespace std; int main() { int…… 题解列表 2022年11月13日 0 点赞 0 评论 401 浏览 评分:9.9