fork download
  1. #include <iostream>
  2. #include <vector>
  3. using namespace std;
  4.  
  5. vector<vector<double> > a{ { -0.066988739415,-0.872755765852,-0.483538914632 },
  6. { 0.492728466075,-0.450346958020, 0.744584633283 },
  7. { -0.867600811151,-0.188374601723, 0.460199784784 } };
  8.  
  9. int main() {
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0s 3452KB
stdin
Standard input is empty
stdout
Standard output is empty