| Problem | toxic2 |
|---|---|
| User | Henries |
| Submission Time | 2025-03-11 13:11:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:96:34: error: cannot convert ‘std::vector<int>’ to ‘long long int’ in initialization
96 | long long ret = query_machine(toqry);
| ~~~~~~~~~~~~~^~~~~~~
| |
| std::vector<int>
toxic2.cpp:97:14: error: invalid types ‘long long int[int]’ for array subscript
97 | if (ret[0] != 3){
| ^
toxic2.cpp:115:1: error: expected ‘}’ at end of input
115 | }
| ^
toxic2.cpp:7:28: note: to match this ‘{’
7 | void determine_type(int n) {
| ^