Problem oranges2
User PlayVoltz
Submission Time 2023-09-21 08:19:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oranges2.cpp: In function ‘int main()’:
oranges2.cpp:46:10: error: ‘oranges’ was not declared in this scope
46 | oranges[i][j] = -1;
| ^~~~~~~
oranges2.cpp:62:9: error: ‘lca’ was not declared in this scope
62 | cout<<lca(a, b)<<"\n";
| ^~~