1047-报数问题 摘要:解题思路:最简单的方法注意事项:参考代码:int main(){ int arr[100]; int n; int i; int count=0; int num=0; sca…… 题解列表 2023年06月25日 0 点赞 0 评论 606 浏览 评分:0.0
台球碰撞(看题解自己敲啦一遍,题解写的真好【开心】) 摘要:解题思路:注意事项:acos(-1)=π,数学要学好啊!参考代码:#include#include#includeusing namespace std; int main() { int L,…… 题解列表 2023年06月25日 0 点赞 0 评论 555 浏览 评分:9.9
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str1[201], str2[201]; scanf("%s%s…… 题解列表 2023年06月24日 0 点赞 0 评论 572 浏览 评分: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 评论 476 浏览 评分:0.0
汽水题:较为标准的Python解法,参考了ChatGpt。 摘要:解题思路:注意事项:参考代码:def calculate_max_sodas(n): if n < 2: return 0 total_sodas = 0 remain…… 题解列表 2023年06月24日 0 点赞 0 评论 773 浏览 评分:9.9
C++ :蓝桥杯算法训练VIP-提货单 ##C++结构体```c++#include#include#include#include#includeusingnamespacestd;structpurt{stringmc;doubledj;intsl;};intmain(){purts[200];intn;doublesum=0;cin> 题解列表 2023年06月24日 0 点赞 0 评论 605 浏览 评分:9.9
谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,sum=0; cin>>n; for(i…… 题解列表 2023年06月24日 0 点赞 0 评论 541 浏览 评分:9.9
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,sum=0; cin>>n; …… 题解列表 2023年06月24日 0 点赞 0 评论 512 浏览 评分:0.0
xiexie nuwhdxpigdx 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,sum=0; cin>>n; for(i…… 题解列表 2023年06月24日 0 点赞 0 评论 459 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; for(in…… 题解列表 2023年06月24日 0 点赞 0 评论 473 浏览 评分:0.0