Problem | toxic2 |
---|---|
User | Batigol |
Submission Time | 2025-03-19 22:22:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxic2.cpp: In function ‘int find_root(int, int)’:
toxic2.cpp:9:20: error: ‘query_machine’ was not declared in this scope
9 | vll temp = query_machine({l,r,l});
| ^~~~~~~~~~~~~
toxic2.cpp:17:14: error: ‘query_machine’ was not declared in this scope
17 | vll lq = query_machine(ls);
| ^~~~~~~~~~~~~
toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:35:21: error: ‘query_machine’ was not declared in this scope
35 | vll check = query_machine(temp);
| ^~~~~~~~~~~~~
toxic2.cpp:50:17: error: cannot convert ‘std::vector<char>’ to ‘int’
50 | answer_type(ans);
| ^~~
| |
| std::vector<char>
In file included from toxic2.cpp:1:
toxic.h:5:22: note: initializing argument 1 of ‘void answer_type(int, char)’
5 | void answer_type(int x, char c);