Guest User

Untitled

a guest
Feb 14th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. mp::cpp_int **mas = new mp::cpp_int *[n.convert_to<size_t>()];
  2. for (mp::cpp_int i = 0; i<n; i++)
  3. mas[i] = new mp::cpp_int[n.convert_to<size_t>())];
  4.  
  5. отсутствует оператор "[]", соответствующий этим операндам
  6.  
  7. mas[i.convert_to<size_t>()] = new mp::cpp_int[n.convert_to<size_t>()];
Add Comment
Please, Sign In to add comment