竞赛
考级
#include <bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<max({a,b,c,d}); }
徐靖钥
最大值 题目分析 从给出的 444 个数字中,找出最大值。 在 c++ 中我们可以直接使用 max 函数。 AC代码
AC君
➢════╋━415411XO
嫌疑を避ける ~~
阿基米哲V(^-^)V