fork download
  1. #include <iostream>
  2. #include <vector>
  3. #include <string>
  4.  
  5. int main()
  6. {
  7. std::cout
  8. << ( 72, std::vector<int>(), std::string( "foooo!" ) ) << std::endl;
  9. }
Success #stdin #stdout 0s 3060KB
stdin
Standard input is empty
stdout
foooo!