0_0_39673063_13142.cpp: In function 'void initSequentiaList(SequentiaList*, double)': 0_0_39673063_13142.cpp:20:37: error: expression in new-declarator must have integral or enumeration type 20 | list->element = new eleType[capacity]; | ^~~~~~~~