Problem gohcart
User TheRaptor
Submission Time 2022-12-27 11:58:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gohcart.cpp: In function ‘int32_t main()’:
gohcart.cpp:63:38: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
63 | fastscan(a); fastscan(b); fastscan(c);
| ^
gohcart.cpp:25:20: note: initializing argument 1 of ‘void fastscan(int&)’
25 | void fastscan(int &number)
| ~~~~~^~~~~~