| Problem | toxic |
|---|---|
| User | gelastropod |
| Submission Time | 2025-11-07 10:16:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:11:47: error: overloaded function with no contextual type information
11 | res = query_sample(crnt), end = min(n, i + 8), sta = i;
| ^
toxic.cpp:11:50: error: ‘sta’ was not declared in this scope; did you mean ‘std’?
11 | res = query_sample(crnt), end = min(n, i + 8), sta = i;
| ^~~
| std
toxic.cpp:13:14: error: cannot convert ‘std::vector<int>’ to ‘int’ in initialization
13 | int low = crnt, high = end - 1, ans = crnt;
| ^~~~
| |
| std::vector<int>
toxic.cpp:13:31: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator-’
13 | int low = crnt, high = end - 1, ans = crnt;
|