Problem shamelessad4
User wrizz69
Submission Time 2024-12-11 09:49:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad4.cpp: In function ‘int32_t main()’:
shamelessad4.cpp:71:33: error: no matching function for call to ‘node::create(long long int&, long long int&, long long int)’
71 | root -> create(i, a, 0LL);
| ^
shamelessad4.cpp:23:10: note: candidate: ‘void node::create()’
23 | void create() {
| ^~~~~~
shamelessad4.cpp:23:10: note: candidate expects 0 arguments, 3 provided