Problem oranges2
User PlayVoltz
Submission Time 2023-09-06 15:00:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oranges2.cpp:43:3: error: structured binding declaration cannot have type ‘long int’
43 | ll[][] precalc(ll start, ll oranges[100000][100000]){
| ^~
oranges2.cpp:43:3: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
oranges2.cpp:43:3: error: empty structured binding declaration
oranges2.cpp:43:5: error: expected initializer before ‘[’ token
43 | ll[][] precalc(ll start, ll oranges[100000][100000]){
| ^
oranges2.cpp: In function ‘int main()’:
oranges2.cpp:84:13: error: ‘precalc’ was not declared in this scope
84 | oranges = precalc(i, oranges);
| ^~~~~~~