Problem toxic
User gelastropod
Submission Time 2025-11-07 10:17:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:14:41: error: cannot convert ‘std::vector<int>’ to ‘int’ in initialization
14 | int low = sta, high = end - 1, ans = crnt;
| ^~~~
| |
| std::vector<int>