此题描述有问题,需要输出为所求数的绝对值,直接输出会错误 摘要:解题思路: 题目有问题,需要输出添加绝对值参考代码:#include<bits/stdc++.h> #define hh ios::sync_with_stdio(false),cin.tie…… 题解列表 2019年04月10日 0 点赞 3 评论 599 浏览 评分:9.9
蓝桥杯算法提高VIP-数组输出 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> #include<algorithm> using namespace std; struc…… 题解列表 2018年06月11日 0 点赞 0 评论 567 浏览 评分:0.0
蓝桥杯算法提高VIP-数组输出 (C++代码) 摘要:参考代码:#include<iostream> #include<cmath> using namespace std ; int main() { int a[3][4],x=0,y=0…… 题解列表 2018年02月01日 2 点赞 0 评论 831 浏览 评分:0.0
蓝桥杯算法提高VIP-数组输出 (C++代码) 摘要:#include<iostream> #include<math.h> using namespace std; int main(){ int a[3][4],max,x=0,y=0…… 题解列表 2017年12月22日 0 点赞 0 评论 915 浏览 评分:0.0
WU-蓝桥杯算法提高VIP-数组输出 (C++代码) 摘要:参考代码:#include<iostream> #include<cmath> using namespace std; int a[3][4]; int main() { int ma…… 题解列表 2017年12月22日 1 点赞 0 评论 810 浏览 评分:0.0