2836: 数组逆序重放 摘要:参考代码:#includeusing namespace std;int a[1000000];int main(){ int n; cin>>n; for(int i=1; i<=…… 题解列表 2023年07月17日 0 点赞 0 评论 443 浏览 评分:6.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[100];int main(){ int x; cin>>…… 题解列表 2023年07月17日 0 点赞 0 评论 448 浏览 评分:0.0
******************************计算书费****************************** 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std; double a[10]= { 28.9,32.7,45.6,78,35,86…… 题解列表 2023年07月17日 0 点赞 0 评论 284 浏览 评分:9.9
数组逆序重放 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000000];int main(){ int n; …… 题解列表 2023年07月17日 0 点赞 0 评论 170 浏览 评分:0.0
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 242 浏览 评分:9.9
计算书费feifeifei 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;double a[10]= {28.9,32.7,45.6,78,35,86.2,…… 题解列表 2023年07月17日 0 点赞 0 评论 363 浏览 评分:9.9
2835: 计算书费 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std; double a[10]= { 28.9,32.7,45.6,78,35,86…… 题解列表 2023年07月17日 0 点赞 0 评论 223 浏览 评分:2.0
数组模拟栈的使用 摘要:解题思路:数组模拟栈了解栈是一个什么结构:先进后出的线性结构表了解栈顶的初始位置:=-1当栈满时的条件是:栈顶等于数组容量减一当栈空的条件是:栈顶位置为-1处理好当空栈时的异常栈和队列区别:一个是先进…… 题解列表 2023年07月17日 0 点赞 0 评论 223 浏览 评分:0.0
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 290 浏览 评分:9.9
优质题解 计算鞍点(C++)简单易懂 摘要:代码解析:int matrix[5][5]:用于存储输入的矩阵。输入矩阵:通过两个嵌套的for循环,从标准输入(cin)逐行逐列输入整数,并存储在matrix数组中。bool found = fals…… 题解列表 2023年07月17日 0 点赞 0 评论 1448 浏览 评分:9.4