Problem | simurgh |
---|---|
User | tux |
Submission Time | 2023-12-03 23:32:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simurgh.cpp:8:4: error: structured binding declaration cannot have type ‘int’
8 | int[] find_roads(int N, int[] u, int[] v) {
| ^~
simurgh.cpp:8:4: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
simurgh.cpp:8:4: error: empty structured binding declaration
simurgh.cpp:8:7: error: expected initializer before ‘find_roads’
8 | int[] find_roads(int N, int[] u, int[] v) {
| ^~~~~~~~~~