感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,sum=0; cin>>n; …… 题解列表 2023年06月24日 0 点赞 0 评论 370 浏览 评分:0.0
谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,sum=0; cin>>n; for(i…… 题解列表 2023年06月24日 0 点赞 0 评论 428 浏览 评分:9.9
C++ :蓝桥杯算法训练VIP-提货单 摘要:## C++ 结构体 ```c++ #include #include #include #include #include using namespace std; str…… 题解列表 2023年06月24日 0 点赞 0 评论 448 浏览 评分:9.9
汽水题:较为标准的Python解法,参考了ChatGpt。 摘要:解题思路:注意事项:参考代码:def calculate_max_sodas(n): if n < 2: return 0 total_sodas = 0 remain…… 题解列表 2023年06月24日 0 点赞 0 评论 617 浏览 评分:9.9
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>int main(){ int n, i, j; double* a,aver,sum=0.0; s…… 题解列表 2023年06月24日 0 点赞 0 评论 341 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str1[201], str2[201]; scanf("%s%s…… 题解列表 2023年06月24日 0 点赞 0 评论 446 浏览 评分:9.9
台球碰撞(看题解自己敲啦一遍,题解写的真好【开心】) 摘要:解题思路:注意事项:acos(-1)=π,数学要学好啊!参考代码:#include#include#includeusing namespace std; int main() { int L,…… 题解列表 2023年06月25日 0 点赞 0 评论 438 浏览 评分:9.9
1047-报数问题 摘要:解题思路:最简单的方法注意事项:参考代码:int main(){ int arr[100]; int n; int i; int count=0; int num=0; sca…… 题解列表 2023年06月25日 0 点赞 0 评论 409 浏览 评分:0.0
[编程入门]完数的判断 摘要:解题思路: 1、 //判断是否是完数 int isfullnum(int factor); 2、 //找出所有因数 int find_arr(int factor); 参考代码: #i…… 题解列表 2023年06月25日 0 点赞 0 评论 301 浏览 评分:9.9
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a, b, c; while (scanf("%d", &a) != EOF) { …… 题解列表 2023年06月25日 0 点赞 0 评论 268 浏览 评分:0.0