Problem | arrangetoys |
---|---|
User | Pan |
Submission Time | 2024-05-09 13:32:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrangetoys.cpp: In function ‘int main()’:
arrangetoys.cpp:85:28: error: ‘a’ was not declared in this scope
85 | for (ll i=0; i<n;++i) if (a[i]!=b[i] && find(t[i])!=find(zor)) dis1.pb(find(t[i]));
| ^
arrangetoys.cpp:85:34: error: ‘b’ was not declared in this scope
85 | for (ll i=0; i<n;++i) if (a[i]!=b[i] && find(t[i])!=find(zor)) dis1.pb(find(t[i]));
| ^