fork download
  1. #include <vector>
  2.  
  3. int main() {
  4. std::vector<double> ourVec = {1.2, -1.9, 0.1, 0.0};
  5. }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
Standard output is empty