Problem funnysequence
User PlayVoltz
Submission Time 2024-11-19 23:51:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

funnysequence.cpp: In function ‘void init()’:
funnysequence.cpp:18:17: error: ‘sqrtll’ was not declared in this scope; did you mean ‘sqrtl’?
18 | vect[i]=i*i*i+sqrtll(vect[i-1])+sqrtll(vect[i-2]);
| ^~~~~~
| sqrtl