fork download
  1. #include <string>
  2. #include <vector>
  3.  
  4. int main()
  5. {
  6. std::vector<std::string> spellings = { "zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine" };
  7. }
Success #stdin #stdout 0s 3268KB
stdin
Standard input is empty
stdout
Standard output is empty