fork download
  1. #include <vector>
  2. #include <string>
  3. #include <iostream>
  4. #include <iomanip>
  5.  
  6. using namespace std;
  7.  
  8.  
  9. int main(int argc, const char * argv[])
  10. {
  11.  
  12. vector<string> philosopher = { "Kant", "Plato","Hume","Kierkegaard" };
  13.  
  14. }
  15.  
  16.  
Success #stdin #stdout 0s 4320KB
stdin
Standard input is empty
stdout
Standard output is empty