私信TA
用户名:dotcpp0721777
访问量:9164
签 名:
时间可以解决许多问题
自我简介:
作者: DSTJZ 发表时间:2023-12-31 08:44:03 浏览:36 | 评论:0
解题思路:注意事项:参考代码:
#include<iostream> using namespace std; int main() { int n; cin >> n; int max; for(int i = 1; i <= n; i++) { int t; cin >> t; if(1 == i) max = t; max = (max > t) ? max : t; } cout << max; return 0; }
0.0分
5 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧