fork download
  1. #include <vector>
  2.  
  3. int main() {
  4. std::vector<double> ourVec( 3U );
  5. }
Success #stdin #stdout 0s 3452KB
stdin
Standard input is empty
stdout
Standard output is empty