Information
- ID
- 1286
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 10
- Tags
- # Submissions
- 6
- Accepted
- 2
- Uploaded By
#include #include using namespace std; int main() { double a, b, c; cin >> a >> b >> c; cout << max(max(a, b), c) << endl; return 0; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.