#2691: answer for all P5A(咨科)


2300327-8@g.puiching.edu.mo (張凱茵P5A19)

School : Pui Ching Middle School
ID : 3095
IP address : [192.168.120.33]
Last Login :
2025-12-04 08:57:30
a021. 三人行必有我師 | From: [192.168.120.33] | Post Date : 2025-10-14 09:13

#include <iostream>

#include <algorithm>

using namespace std;

int main() {

    int a, b, c;

    cin >> a >> b >> c;

    int maxValue = max(a, max(b, c));

    cout << maxValue << endl;

    return 0;

}

 
ZeroJudge Forum