#include using std::cout; using std::endl; using std::cin; #include "isim.h" int main() { int a; SymmetricMatrix matriz(3); cout<>a; return 0; }