Problem bacteria
User AlphanumericUsername
Submission Time 2024-01-22 23:04:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bacteria.cpp: In member function ‘void node::upd(long long int, long long int)’:
bacteria.cpp:100:5: error: ‘create’ was not declared in this scope
100 | create();
| ^~~~~~
bacteria.cpp: In member function ‘long long int node::qry(long long int, long long int)’:
bacteria.cpp:110:5: error: ‘create’ was not declared in this scope
110 | create();
| ^~~~~~