算法笔记练习 6.9 algorithm 问题 A: 求最大最小数

算法笔记练习 题解合集 本题连接php 题目 题目描述 先输入N,表示数的个数,而后输入N个数,求这N个数的最大值和最小值。N<=10000,输入的数的绝对值不大于10^6ios 样例输入web 4 2 0 1 2 样例输出算法 2 0 思路 练习max和min函数。svg 代码 #include <iostream> #include <algorithm> using namespace
相关文章
相关标签/搜索