fork(16) download
  1. #include <iostream>
  2. #include <algorithm>
  3.  
  4. int main() {
  5. const std::string& s = std::max<std::string>("a", "b");
  6. std::cout << s << '\n';
  7. }
Runtime error #stdin #stdout 0s 3468KB
stdin
Standard input is empty
stdout
b����a�