#1936: The answer of a021 but just give me 10 robux (cheaper than Ethan) but if u don't give me i will report you to the teacher(real)


1753980-3@g.puiching.edu.mo (P5A31蒲雋浠)

School : No School
ID : 2571
IP address : [192.168.120.33]
Last Login :
2025-03-20 12:13:05
a021. 三人行必有我師 | From: [192.168.120.33] | Post Date : 2025-04-14 21:02

#include <iostream>

#include <algorithm>

using namespace std;

 

int main() {

    int a, b, c;

    cin >> a >> b >> c;

 

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

 

    cout << maxValue << endl;

 

    return 0;

}

 
ZeroJudge Forum