Problem collectmushrooms
User bribritt
Submission Time 2023-03-18 12:19:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms.cpp: In function ‘int32_t main()’:
collectmushrooms.cpp:46:17: error: cannot bind non-const lvalue reference of type ‘long long int&’ to an rvalue of type ‘long long int’
46 | read(D[i]);
| ~~~^
collectmushrooms.cpp:32:23: note: initializing argument 1 of ‘void read(long long int&)’
32 | inline void read(int& x) {
| ^