biochips.cpp: In function 'void dfs(long long int)':
biochips.cpp:24:15: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | for (i=0;i<g[x].size();++i){
| ~^~~~~~~~~~~~
biochips.cpp: At global scope:
biochips.cpp:33:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
33 | main(){
| ^
biochips.cpp: In function 'int main()':
biochips.cpp:12:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
12 | #define scan2(a,b) scanf("%lld %lld",&a, &b);
| ~~~~~^~~~~~~~~~~~~~~~~~~~
biochips.cpp:35:5: note: in expansion of macro 'scan2'
35 | scan2(n,m)
| ^~~~~
biochips.cpp:12:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
12 | #define scan2(a,b) scanf("%lld %lld",&a, &b);
| ~~~~~^~~~~~~~~~~~~~~~~~~~
biochips.cpp:38:9: note: in expansion of macro 'scan2'
38 | scan2(a,b)
| ^~~~~