Problem zanespresents
User popperoni
Submission Time 2024-12-28 10:36:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

zanespresents.cpp: In function ‘void dp(long long int)’:
zanespresents.cpp:84:10: error: ‘a’ was not declared in this scope
84 | ll cnt=(a[i]*a[i]);
| ^
zanespresents.cpp:87:40: error: ‘c’ was not declared in this scope
87 | root->up(*new line(2*a[i],-(a[i]*a[i]+c)));
| ^
zanespresents.cpp: In function ‘int main()’:
zanespresents.cpp:97:10: error: ‘c’ was not declared in this scope
97 | cin>>n>>c;
| ^