Problem | doll_noi |
---|---|
User | haydendoo |
Submission Time | 2023-02-20 21:27:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
doll_noi.cpp:231:1: error: stray ‘\302’ in program
231 | int e[mxN]; DSU() { FILL(e, -1); }
| ^
doll_noi.cpp:231:2: error: stray ‘\240’ in program
231 | int e[mxN]; DSU() { FILL(e, -1); }
| ^
doll_noi.cpp:231:4: error: stray ‘\302’ in program
231 | int e[mxN]; DSU() { FILL(e, -1); }
| ^
doll_noi.cpp:231:5: error: stray ‘\240’ in program
231 | int e[mxN]; DSU() { FILL(e, -1); }
| ^
doll_noi.cpp:232:1: error: stray ‘\302’ in program
232 | int get(int x) { return e[x] < 0 ? x : e[x] = get(e[x]); }
| ^
doll_noi.cpp:232:2: error: stray ‘\240’ in program
232 | int get(int x) { return e[x] < 0 ? x : e[x] = get(e[x]); }
| ^
doll_noi.cpp:232:4: error: stray ‘\302’ in program
232 | int get(int x) { return e[x] < 0 ? x : e[x] = get(e[x]); }
| ^
doll_noi.cpp:232:5: error: stray ‘\240’ in program
232 | int get(int x) { retur