Problem magiccarps
User geometric
Submission Time 2023-02-10 20:19:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

magiccarps.cpp: In function ‘int main()’:
magiccarps.cpp:45:14: error: ‘a’ was not declared in this scope
45 | ll cur= a[i] * (b[j]+b[k]) + a[j]*(b[i]+b[k]) + a[k]*(b[i]+b[j]);
| ^
magiccarps.cpp:45:22: error: ‘b’ was not declared in this scope
45 | ll cur= a[i] * (b[j]+b[k]) + a[j]*(b[i]+b[k]) + a[k]*(b[i]+b[j]);
| ^