fork download
  1. #include <vector>
  2.  
  3. template <class T>
  4. using value_type = typename std::vector<T>::value_type;
  5.  
  6. int main() {}
  7.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty