Problem | grassplant |
---|---|
User | bribritt |
Submission Time | 2024-12-15 09:57:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
grassplant.cpp: In function ‘int32_t main()’:
grassplant.cpp:58:5: error: ‘root’ was not declared in this scope
58 | root = new node(0, N - 1);
| ^~~~
grassplant.cpp:58:16: error: expected type-specifier before ‘node’
58 | root = new node(0, N - 1);
| ^~~~
grassplant.cpp:64:38: error: too many arguments to function ‘long long int qry(long long int)’
64 | cout << qry(pre[A],pre[A])<<"\n";
| ^
grassplant.cpp:45:5: note: declared here
45 | int qry(int x) {
| ^~~