xm----------答案

XMSXHL  •  3个月前


//他会吃符号要加#

include <bits/stdc++.h>

using namespace std;

int main() { int a, b, c, d; scanf("%d%d%d", &a, &b, &c); d = max({a, b, c}); printf("%d", d); return 0; }


评论:

请先登录,才能进行评论