Holek

Untitled

May 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. vector<double> a;
  2. a[0] = 1;
  3. a[1] = 3;
  4. a[2] = 5;
  5. a[3] = 10;
  6. cout << moment(1,a, false) << endl;
Advertisement
Add Comment
Please, Sign In to add comment