Problem toxic
User popperoni
Submission Time 2024-03-15 17:23:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:11:20: error: could not convert ‘thing’ from ‘vector<long long int>’ to ‘vector<int>’
11 | if (query_sample(thing) == 0) {
| ^~~~~
| |
| vector<long long int>
toxic.cpp:25:31: error: could not convert ‘v’ from ‘vector<long long int>’ to ‘vector<int>’
25 | long long a = query_sample(v);
| ^
| |
| vector<long long int>