deblo.cpp: In function 'int main()':
deblo.cpp:25:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n);
~~~~~^~~~~~~~~~
deblo.cpp:27:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &A[i]);
~~~~~^~~~~~~~~~~~~
deblo.cpp:30:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &v, &u),
~~~~~~~~~~~~~~~~~~~~~~~
Adj[v].push_back(u),
~~~~~~~~~~~~~~~~~~~^~
Adj[u].push_back(v);
~~~~~~~~~~~~~~~~~~~