Problem | doll_noi |
---|---|
User | FIips |
Submission Time | 2025-02-18 08:45:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
doll_noi.cpp:101:1: error: expected ‘}’ at end of input
101 | }
| ^
doll_noi.cpp:13:12: note: to match this ‘{’
13 | struct DSU {
| ^
doll_noi.cpp: In member function ‘long long int DSU::qry(long long int, long long int)’:
doll_noi.cpp:63:27: error: ‘a’ was not declared in this scope
63 | if(!isSameGroup(x + 1, a)) {
| ^
doll_noi.cpp:70:29: error: expected ‘)’ before ‘{’ token
70 | if(!isSameGroup(x - 1, x) {
| ~ ^~
| )
doll_noi.cpp:74:3: error: expected primary-expression before ‘}’ token
74 | }
| ^
doll_noi.cpp: At global scope:
doll_noi.cpp:101:1: error: expected unqualified-id at end of input
101 | }
| ^