0_0_28969150_22037.cpp:47:2: error: stray '#' in program
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp:47:8: error: stray '#' in program
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp:47:14: error: stray '#' in program
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp:47:20: error: stray '#' in program
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp: In function 'void dfs(int, int, bool)':
0_0_28969150_22037.cpp:47:3: error: lvalue required as unary '&' operand
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp:47:9: error: lvalue required as unary '&' operand
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp:47:15: error: lvalue required as unary '&' operand
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
0_0_28969150_22037.cpp:47:21: error: lvalue required as unary '&' operand
ans=max(ans,(int)cnt2.count()+(int)g2.count());
^
|