fork download
  1. #include <vector>
  2. using namespace std;
  3.  
  4. int main() {
  5. int K = 4;
  6. int clusterSize = 45;
  7. vector<vector<double> > clusters(K+1,vector<double>(clusterSize));
  8. }
Success #stdin #stdout 0s 3424KB
stdin
Standard input is empty
stdout
Standard output is empty