你们写题解不用代码块的吗
#include<iostream> using namespace std; int main() { int n; cin >> n; int themax = -10001, themin = 10001; while (n--) { int temp; cin >> temp; themax = max(themax, temp); themin = min(themin, temp); } cout << themin << " " << themax; }
注册一个 南阳理工学院OJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 南阳理工学院OJ 通用账户