fork download
  1. #include <iostream>
  2. #include <algorithm>
  3.  
  4. int main()
  5. {
  6. std::cout << std::max({1,2,3,4,5,6,98,10});
  7. }
Success #stdin #stdout 0s 2884KB
stdin
stdout
98