Problem radioactive
User TheRaptor
Submission Time 2023-02-04 19:00:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

radioactive.cpp: In function ‘int main()’:
radioactive.cpp:89:11: error: cannot bind non-const lvalue reference of type ‘int&’ to an rvalue of type ‘int’
89 | fastscan(n);
| ^
radioactive.cpp:70:20: note: initializing argument 1 of ‘void fastscan(int&)’
70 | void fastscan(int &number)
| ~~~~~^~~~~~