Problem oranges2
User Jinxuan
Submission Time 2024-02-06 21:11:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

oranges2.cpp: In function ‘long long int dfs(long long int, long long int)’:
oranges2.cpp:67:2: error: ‘intsubsize’ was not declared in this scope
67 | intsubsize = 1;
| ^~~~~~~~~~
oranges2.cpp:74:3: error: ‘subsize’ was not declared in this scope
74 | subsize += ch_size;
| ^~~~~~~
oranges2.cpp:81:9: error: ‘subsize’ was not declared in this scope
81 | return subsize;
| ^~~~~~~