0_0_39792386_26001.cpp: In function 'int main()': 0_0_39792386_26001.cpp:16:30: error: invalid type argument of unary '*' (have 'int') 16 | ans[i]=ans[i-1]+1.0/(*i*i); | ^~